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:
parent
95fab47ba2
commit
d862197186
@ -548,7 +548,7 @@ static int __destroy_stream(struct atomisp_sub_device *asd,
|
||||
}
|
||||
|
||||
usleep_range(100, 200);
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
stream_env->stream_state = CSS_STREAM_STOPPED;
|
||||
|
Loading…
Reference in New Issue
Block a user