2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-29 07:34:06 +08:00

staging: media: atomisp: fix semicolon.cocci warnings

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>
This commit is contained in:
Julia Lawall 2017-03-14 06:40:21 +01:00 committed by Greg Kroah-Hartman
parent 95fab47ba2
commit d862197186

View 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;