Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 309039
b: refs/heads/master
c: ffdce46
h: refs/heads/master
i:
  309037: 1d42183
  309035: c35998a
  309031: 9f8541c
  309023: 9d58db2
v: v3
  • Loading branch information
Gabor Juhos authored and Ralf Baechle committed May 15, 2012
1 parent 2046441 commit 73820ba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 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: c198441a3f3007752c551a32d5c426f48ae8712d
refs/heads/master: ffdce4668234a113e767edd27aa1331903959106
6 changes: 0 additions & 6 deletions trunk/arch/mips/pci/pci-ar724x.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ static int ar724x_pci_read(struct pci_bus *bus, unsigned int devfn, int where,
if (devfn)
return PCIBIOS_DEVICE_NOT_FOUND;

if (where & (size - 1))
return PCIBIOS_BAD_REGISTER_NUMBER;

base = ar724x_pci_devcfg_base;

spin_lock_irqsave(&ar724x_pci_lock, flags);
Expand Down Expand Up @@ -73,9 +70,6 @@ static int ar724x_pci_write(struct pci_bus *bus, unsigned int devfn, int where,
if (devfn)
return PCIBIOS_DEVICE_NOT_FOUND;

if (where & (size - 1))
return PCIBIOS_BAD_REGISTER_NUMBER;

base = ar724x_pci_devcfg_base;

spin_lock_irqsave(&ar724x_pci_lock, flags);
Expand Down

0 comments on commit 73820ba

Please sign in to comment.