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

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Jason Yan and committed by
Dominik Brodowski
370eb01f f15480e9

+1 -1
+1 -1
drivers/pcmcia/db1xxx_ss.c
··· 452 452 printk(KERN_INFO "db1xxx-ss: unknown board %d!\n", bid); 453 453 ret = -ENODEV; 454 454 goto out0; 455 - }; 455 + } 456 456 457 457 /* 458 458 * gather resources necessary and optional nice-to-haves to