mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-08 14:13:53 +00:00
pcmcia: db1xxx_ss: remove unneeded semicolon
Eliminate the following coccicheck warning: drivers/pcmcia/db1xxx_ss.c:455:2-3: Unneeded semicolon Reported-by: Hulk Robot <hulkci@huawei.com> Signed-off-by: Jason Yan <yanaijie@huawei.com> Acked-by: Gustavo A. R. Silva <gustavoars@kernel.org> Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
This commit is contained in:
parent
f15480e947
commit
370eb01f47
@ -452,7 +452,7 @@ static int db1x_pcmcia_socket_probe(struct platform_device *pdev)
|
||||
printk(KERN_INFO "db1xxx-ss: unknown board %d!\n", bid);
|
||||
ret = -ENODEV;
|
||||
goto out0;
|
||||
};
|
||||
}
|
||||
|
||||
/*
|
||||
* gather resources necessary and optional nice-to-haves to
|
||||
|
Loading…
Reference in New Issue
Block a user