Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

soc: ti: wkup_m3_ipc: Remove unneeded semicolon

Eliminate the following coccicheck warning:
./drivers/soc/ti/wkup_m3_ipc.c:691:2-3: Unneeded semicolon

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Signed-off-by: Nishanth Menon <nm@ti.com>
Link: https://lore.kernel.org/r/20220504225125.45830-1-yang.lee@linux.alibaba.com

authored by

Yang Li and committed by
Nishanth Menon
b710673e f2906aa8

+1 -1
+1 -1
drivers/soc/ti/wkup_m3_ipc.c
··· 688 688 &m3_ipc->sd_fw_name); 689 689 if (ret) { 690 690 dev_dbg(dev, "Voltage scaling data blob not provided from DT.\n"); 691 - }; 691 + } 692 692 693 693 /* 694 694 * Wait for firmware loading completion in a thread so we