staging: media: atomisp: fix semicolon.cocci warnings
authorJulia Lawall <[email protected]>
Tue, 14 Mar 2017 05:40:21 +0000 (06:40 +0100)
committerGreg Kroah-Hartman <[email protected]>
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 <[email protected]>
Signed-off-by: Fengguang Wu <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
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;