Re: [PATCH] PCI fixes for 2.6.10-rc2

From: Greg KH
Date: Fri Nov 19 2004 - 17:05:03 EST



ChangeSet 1.2166, 2004/11/19 10:02:19-08:00, rddunlap@xxxxxxxx

[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: Randy Dunlap <rddunlap@xxxxxxxx>
Signed-off-by: Greg Kroah-Hartman <greg@xxxxxxxxx>


drivers/pci/hotplug/cpcihp_generic.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)


diff -Nru a/drivers/pci/hotplug/cpcihp_generic.c b/drivers/pci/hotplug/cpcihp_generic.c
--- a/drivers/pci/hotplug/cpcihp_generic.c 2004-11-19 13:20:04 -08:00
+++ b/drivers/pci/hotplug/cpcihp_generic.c 2004-11-19 13:20:04 -08:00
@@ -63,7 +63,7 @@

/* local variables */
static int debug;
-static char bridge[256];
+static char *bridge;
static u8 bridge_busnr;
static u8 bridge_slot;
static struct pci_bus *bus;
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/