Skip to content

Commit

Permalink
Merge branch 'topic/stm' into for-linus
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinod Koul committed Jan 31, 2018
2 parents 581f5b1 + 2cbe23f commit 6811837
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/dma/stm32-dmamux.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 6811837

Please sign in to comment.