Commit 8a8d8171 authored by Rusty Russell's avatar Rusty Russell Committed by Linus Torvalds

[PATCH] fix a warning in i386_pci-pc.c

Andrew Morton <akpm@zip.com.au>: fix a warning in i386_pci-pc.c:
parent ca3337ce
......@@ -1091,8 +1091,9 @@ static void __devinit pci_fixup_i450nx(struct pci_dev *d)
*/
int pxb, reg;
u8 busno, suba, subb;
#ifdef CONFIG_MULTIQUAD
int quad = BUS2QUAD(d->bus->number);
#endif
printk("PCI: Searching for i450NX host bridges on %s\n", d->slot_name);
reg = 0xd0;
for(pxb=0; pxb<2; pxb++) {
......
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