Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 70722
b: refs/heads/master
c: 2b0172e
h: refs/heads/master
v: v3
  • Loading branch information
Jeff Garzik authored and Linus Torvalds committed Oct 17, 2007
1 parent af1fe5c commit 86d38b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1d7f502380072542a38086588b0f200c9555ed4e
refs/heads/master: 2b0172e1c6e6aea0a4efcfaaab38d4a02046f45a
6 changes: 1 addition & 5 deletions trunk/drivers/char/ip2/ip2main.c
Original file line number Diff line number Diff line change
Expand Up @@ -619,11 +619,7 @@ ip2_loadmain(int *iop, int *irqp, unsigned char *firmware, int firmsize)
ip2config.irq[i] = pci_dev_i->irq;
} else { // ann error
ip2config.addr[i] = 0;
if (status == PCIBIOS_DEVICE_NOT_FOUND) {
printk( KERN_ERR "IP2: PCI board %d not found\n", i );
} else {
printk( KERN_ERR "IP2: PCI error 0x%x \n", status );
}
printk(KERN_ERR "IP2: PCI board %d not found\n", i);
}
}
#else
Expand Down

0 comments on commit 86d38b0

Please sign in to comment.