]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
staging: media: atomisp: fix semicolon.cocci warnings
authorJulia Lawall <julia.lawall@lip6.fr>
Tue, 14 Mar 2017 05:40:21 +0000 (06:40 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 16 Mar 2017 02:20:03 +0000 (11:20 +0900)
 Remove unneeded semicolon.

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

Signed-off-by: Julia Lawall <julia.lawall@lip6.fr>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/media/atomisp/pci/atomisp2/atomisp_compat_css20.c

index cfa0ad42011312e58c3c7fcbca4901139f1759b5..760f06d319d9df4e4b47362d7442787c5d3efb44 100644 (file)
@@ -548,7 +548,7 @@ static int __destroy_stream(struct atomisp_sub_device *asd,
                        }
 
                        usleep_range(100, 200);
-               };
+               }
        }
 
        stream_env->stream_state = CSS_STREAM_STOPPED;