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

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
...@@ -548,7 +548,7 @@ static int __destroy_stream(struct atomisp_sub_device *asd, ...@@ -548,7 +548,7 @@ static int __destroy_stream(struct atomisp_sub_device *asd,
} }
usleep_range(100, 200); usleep_range(100, 200);
}; }
} }
stream_env->stream_state = CSS_STREAM_STOPPED; stream_env->stream_state = CSS_STREAM_STOPPED;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment