Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 362257
b: refs/heads/master
c: 143f0f6
h: refs/heads/master
i:
  362255: e674135
v: v3
  • Loading branch information
Paul Bolle authored and Ralf Baechle committed Apr 5, 2013
1 parent 61d7585 commit 1e719d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: ad8c396936e328f5344e1881afde9e28d5f2045f
refs/heads/master: 143f0f659986f921731ab340d9415be479762c1a
4 changes: 2 additions & 2 deletions trunk/arch/mips/pci/pci-alchemy.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#include <asm/mach-au1x00/au1000.h>
#include <asm/tlbmisc.h>

#ifdef CONFIG_DEBUG_PCI
#ifdef CONFIG_PCI_DEBUG
#define DBG(x...) printk(KERN_DEBUG x)
#else
#define DBG(x...) do {} while (0)
Expand Down Expand Up @@ -162,7 +162,7 @@ static int config_access(unsigned char access_type, struct pci_bus *bus,
if (status & (1 << 29)) {
*data = 0xffffffff;
error = -1;
DBG("alchemy-pci: master abort on cfg access %d bus %d dev %d",
DBG("alchemy-pci: master abort on cfg access %d bus %d dev %d\n",
access_type, bus->number, device);
} else if ((status >> 28) & 0xf) {
DBG("alchemy-pci: PCI ERR detected: dev %d, status %lx\n",
Expand Down

0 comments on commit 1e719d0

Please sign in to comment.