mfd: ls2kbmc: Remove unneeded semicolon from ls2k_bmc_recover_pci_data()

Remove unnecessary semicolons reported by Coccinelle/coccicheck and the
semantic patch at scripts/coccinelle/misc/semicolon.cocci.

Signed-off-by: Chen Ni <nichen@iscas.ac.cn>
Link: https://patch.msgid.link/20251111052451.3687740-1-nichen@iscas.ac.cn
Signed-off-by: Lee Jones <lee@kernel.org>
This commit is contained in:
Chen Ni 2025-11-11 13:24:51 +08:00 committed by Lee Jones
parent 65a4ee23e0
commit 3696ac1d0d
1 changed files with 1 additions and 1 deletions

View File

@ -265,7 +265,7 @@ static int ls2k_bmc_recover_pci_data(void *data)
if (!ls2k_bmc_bar0_addr_is_set(parent)) if (!ls2k_bmc_bar0_addr_is_set(parent))
break; break;
mdelay(1); mdelay(1);
}; }
if (i == 0) if (i == 0)
return false; return false;