Commit e9e96e1d authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

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

As pointed out by "O.Sezer" <sezeroz@ttnet.net.tr> in a patch to 2.4
Signed-off-by: default avatarGreg Kroah-Hartman <greg@kroah.com>
parent 2e62db6b
......@@ -194,7 +194,7 @@ static int PCI_ScanBusNonBridge (u8 bus, u8 device)
static int PCI_ScanBusForNonBridge(struct controller *ctrl, u8 bus_num, u8 * dev_num)
{
u8 tdevice;
u16 tdevice;
u32 work;
u8 tbus;
......
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