| To: | Ralf Baechle <ralf@linux-mips.org> |
|---|---|
| Subject: | [PATCH 01/12] MIPS: ath79: remove superfluous alignment checks from pci-ar724x.c |
| From: | Gabor Juhos <juhosg@openwrt.org> |
| Date: | Wed, 23 Nov 2011 00:14:19 +0100 |
| Cc: | linux-mips@linux-mips.org, René Bolldorf <xsecute@googlemail.com>, Imre Kaloz <kaloz@openwrt.org>, Gabor Juhos <juhosg@openwrt.org> |
| In-reply-to: | <1322003670-8797-1-git-send-email-juhosg@openwrt.org> |
| References: | <1322003670-8797-1-git-send-email-juhosg@openwrt.org> |
| Sender: | linux-mips-bounce@linux-mips.org |
The alignment of the 'where' parameters are checked
in the core PCI code already.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
---
arch/mips/pci/pci-ar724x.c | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/arch/mips/pci/pci-ar724x.c b/arch/mips/pci/pci-ar724x.c
index 22f5e5b..342bf4a 100644
--- a/arch/mips/pci/pci-ar724x.c
+++ b/arch/mips/pci/pci-ar724x.c
@@ -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);
@@ -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);
--
1.7.2.1
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH 02/12] MIPS: ath79: fix broken ar724x_pci_{read,write} functions, Gabor Juhos |
|---|---|
| Next by Date: | [PATCH 03/12] MIPS: ath79: add a workaround for a PCI controller bug in AR724X SoCs, Gabor Juhos |
| Previous by Thread: | [PATCH 02/12] MIPS: ath79: fix broken ar724x_pci_{read,write} functions, Gabor Juhos |
| Next by Thread: | [PATCH 03/12] MIPS: ath79: add a workaround for a PCI controller bug in AR724X SoCs, Gabor Juhos |
| Indexes: | [Date] [Thread] [Top] [All Lists] |