Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 130788
b: refs/heads/master
c: 59b608c
h: refs/heads/master
v: v3
  • Loading branch information
Benjamin Herrenschmidt committed Feb 2, 2009
1 parent 9b5fae5 commit 64385ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: 309ea626b164f2abba8e639b3eb6f2e5d34708b9
refs/heads/master: 59b608c2c33feacc8be281ec3ba9ca2a3a5cb9a7
5 changes: 2 additions & 3 deletions trunk/arch/powerpc/kernel/pci-common.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
* 2 of the License, or (at your option) any later version.
*/

#define DEBUG

#include <linux/kernel.h>
#include <linux/pci.h>
#include <linux/string.h>
Expand Down Expand Up @@ -258,7 +256,8 @@ int pci_read_irq_line(struct pci_dev *pci_dev)
} else {
pr_debug(" Got one, spec %d cells (0x%08x 0x%08x...) on %s\n",
oirq.size, oirq.specifier[0], oirq.specifier[1],
oirq.controller->full_name);
oirq.controller ? oirq.controller->full_name :
"<default>");

virq = irq_create_of_mapping(oirq.controller, oirq.specifier,
oirq.size);
Expand Down

0 comments on commit 64385ec

Please sign in to comment.