Commit f2a6398f authored by Randy Dunlap's avatar Randy Dunlap Committed by Greg Kroah-Hartman

[PATCH] PCI Hotplug: cpcihp_generic: fix module_param data type

drivers/pci/hotplug/cpcihp_generic.c:214: warning: return from
incompatible pointer type
Signed-off-by: default avatarRandy Dunlap <rddunlap@osdl.org>
Signed-off-by: default avatarGreg Kroah-Hartman <greg@kroah.com>
parent bff604f2
...@@ -63,7 +63,7 @@ ...@@ -63,7 +63,7 @@
/* local variables */ /* local variables */
static int debug; static int debug;
static char bridge[256]; static char *bridge;
static u8 bridge_busnr; static u8 bridge_busnr;
static u8 bridge_slot; static u8 bridge_slot;
static struct pci_bus *bus; static struct pci_bus *bus;
......
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