mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-04 02:02:28 +09:00
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:
committed by
Mauro Carvalho Chehab
parent
7f52dbb8f7
commit
f6e2a76d44
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user