Commit 13ce09db authored by Phil Elwell's avatar Phil Elwell
Browse files

PCI: brcmstb: Fix compilation warning

parent 9532eb3c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -653,7 +653,7 @@ static int brcmstb_platform_notifier(struct notifier_block *nb,
			ret = of_dma_configure(dev, dev->of_node, true);
			if (ret) {
				dev_err(dev, "of_dma_configure() failed: %d\n", ret);
				return;
				return ret;
			}
		}
		brcm_set_dma_ops(dev);