Commit 3696ac1d authored by Chen Ni's avatar Chen Ni Committed by Lee Jones
Browse files

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: default avatarChen Ni <nichen@iscas.ac.cn>
Link: https://patch.msgid.link/20251111052451.3687740-1-nichen@iscas.ac.cn


Signed-off-by: default avatarLee Jones <lee@kernel.org>
parent 65a4ee23
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -265,7 +265,7 @@ static int ls2k_bmc_recover_pci_data(void *data)
		if (!ls2k_bmc_bar0_addr_is_set(parent))
			break;
		mdelay(1);
	};
	}

	if (i == 0)
		return false;