media: atomisp: Remove unnecessary parens in sh_css.c
Remove unnecessary parenthesis. Link: https://lore.kernel.org/linux-media/20210508235622.300394-3-vrzh@vrzh.net Signed-off-by: Martiros Shakhzadyan <vrzh@vrzh.net> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
This commit is contained in:
parent
9e77871a59
commit
a93cf5a505
1 changed files with 1 additions and 1 deletions
|
|
@ -10162,7 +10162,7 @@ ia_css_stop_sp(void)
|
|||
timeout--;
|
||||
udelay(1);
|
||||
}
|
||||
if ((ia_css_spctrl_get_state(SP0_ID) != IA_CSS_SP_SW_TERMINATED))
|
||||
if (ia_css_spctrl_get_state(SP0_ID) != IA_CSS_SP_SW_TERMINATED)
|
||||
IA_CSS_WARNING("SP has not terminated (SW)");
|
||||
|
||||
if (timeout == 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue