Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d8621971 authored by Julia Lawall's avatar Julia Lawall Committed by Greg Kroah-Hartman
Browse files

staging: media: atomisp: fix semicolon.cocci warnings



 Remove unneeded semicolon.

Generated by: scripts/coccinelle/misc/semicolon.cocci

Signed-off-by: default avatarJulia Lawall <julia.lawall@lip6.fr>
Signed-off-by: default avatarFengguang Wu <fengguang.wu@intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 95fab47b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -548,7 +548,7 @@ static int __destroy_stream(struct atomisp_sub_device *asd,
			}

			usleep_range(100, 200);
		};
		}
	}

	stream_env->stream_state = CSS_STREAM_STOPPED;