diff options
Diffstat (limited to 'arch/mips/pci/pci-lantiq.c')
-rw-r--r-- | arch/mips/pci/pci-lantiq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/pci/pci-lantiq.c b/arch/mips/pci/pci-lantiq.c index cb1ef9984069..37fe8e7887e2 100644 --- a/arch/mips/pci/pci-lantiq.c +++ b/arch/mips/pci/pci-lantiq.c | |||
@@ -218,7 +218,7 @@ static int ltq_pci_probe(struct platform_device *pdev) | |||
218 | res_cfg = platform_get_resource(pdev, IORESOURCE_MEM, 0); | 218 | res_cfg = platform_get_resource(pdev, IORESOURCE_MEM, 0); |
219 | res_bridge = platform_get_resource(pdev, IORESOURCE_MEM, 1); | 219 | res_bridge = platform_get_resource(pdev, IORESOURCE_MEM, 1); |
220 | if (!res_cfg || !res_bridge) { | 220 | if (!res_cfg || !res_bridge) { |
221 | dev_err(&pdev->dev, "missing memory reources\n"); | 221 | dev_err(&pdev->dev, "missing memory resources\n"); |
222 | return -EINVAL; | 222 | return -EINVAL; |
223 | } | 223 | } |
224 | 224 | ||