Commit 2b716f98 authored by Adrian Bunk's avatar Adrian Bunk Committed by Linus Torvalds

[PATCH] ISDN hisax_fcpcipnp.c: kill unused variable

drivers/isdn/hisax/hisax_fcpcipnp.c: In function `hisax_fcpcipnp_init':
drivers/isdn/hisax/hisax_fcpcipnp.c:999: warning: unused variable `pci_nr_found'
Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 3526b01e
......@@ -996,7 +996,7 @@ static struct pci_driver fcpci_driver = {
static int __init hisax_fcpcipnp_init(void)
{
int retval, pci_nr_found;
int retval;
printk(KERN_INFO "hisax_fcpcipnp: Fritz!Card PCI/PCIv2/PnP ISDN driver v0.0.1\n");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment