diff options
author | Vinod Koul <vinod.koul@intel.com> | 2018-01-31 11:21:06 +0300 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2018-01-31 11:21:06 +0300 |
commit | 6811837d5332aa7312d901533ff89985d6ab9df2 (patch) | |
tree | f1a988dd3ced8efbd20f365e73241d5eaf597acc /drivers/dma | |
parent | 581f5b1431b5c17ee8cb3fc44b83c7e0f0681934 (diff) | |
parent | 2cbe23f8fc88587cc4cc10c0d6d938ccb65ec033 (diff) | |
download | linux-6811837d5332aa7312d901533ff89985d6ab9df2.tar.xz |
Merge branch 'topic/stm' into for-linus
Diffstat (limited to 'drivers/dma')
-rw-r--r-- | drivers/dma/stm32-dmamux.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/dma/stm32-dmamux.c b/drivers/dma/stm32-dmamux.c index d5db0f6e1ff8..4dbb30cf94ac 100644 --- a/drivers/dma/stm32-dmamux.c +++ b/drivers/dma/stm32-dmamux.c @@ -253,9 +253,6 @@ static int stm32_dmamux_probe(struct platform_device *pdev) } res = platform_get_resource(pdev, IORESOURCE_MEM, 0); - if (!res) - return -ENODEV; - iomem = devm_ioremap_resource(&pdev->dev, res); if (IS_ERR(iomem)) return PTR_ERR(iomem); |