mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 12:28:41 +08:00
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
This commit is contained in:
parent
f2906aa863
commit
b710673e2d
@ -688,7 +688,7 @@ static int wkup_m3_ipc_probe(struct platform_device *pdev)
|
||||
&m3_ipc->sd_fw_name);
|
||||
if (ret) {
|
||||
dev_dbg(dev, "Voltage scaling data blob not provided from DT.\n");
|
||||
};
|
||||
}
|
||||
|
||||
/*
|
||||
* Wait for firmware loading completion in a thread so we
|
||||
|
Loading…
Reference in New Issue
Block a user