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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue