mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 14:40:12 -04: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
9e77871a59
commit
a93cf5a505
@@ -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