Re: [PATCH] More PCI fixes for 2.6.10-rc2

From: Greg KH
Date: Tue Nov 30 2004 - 20:55:02 EST


ChangeSet 1.2223.2.2, 2004/11/24 14:44:11-08:00, greg@xxxxxxxxx

[PATCH] PCI Hotplug: fix warning compile issue in cpqphp driver

As pointed out by "O.Sezer" <sezeroz@xxxxxxxxxxxx> in a patch to 2.4

Signed-off-by: Greg Kroah-Hartman <greg@xxxxxxxxx>


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


diff -Nru a/drivers/pci/hotplug/cpqphp_pci.c b/drivers/pci/hotplug/cpqphp_pci.c
--- a/drivers/pci/hotplug/cpqphp_pci.c 2004-11-30 15:47:24 -08:00
+++ b/drivers/pci/hotplug/cpqphp_pci.c 2004-11-30 15:47:24 -08:00
@@ -194,7 +194,7 @@

static int PCI_ScanBusForNonBridge(struct controller *ctrl, u8 bus_num, u8 * dev_num)
{
- u8 tdevice;
+ u16 tdevice;
u32 work;
u8 tbus;


-
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/