]> git.baikalelectronics.ru Git - kernel.git/commit
drivers/spi: don't check resource with devm_ioremap_resource
authorWolfram Sang <wsa@the-dreams.de>
Sun, 12 May 2013 13:19:51 +0000 (15:19 +0200)
committerWolfram Sang <wsa@the-dreams.de>
Sat, 18 May 2013 09:57:24 +0000 (11:57 +0200)
commitd3e7138d19a9f77e6e8c2072e089e525947c9d3a
tree2d799e932699aeced94e36764584c072fe01f3bc
parentc99780c9efdd877f0e51a4783f17c7505366e1d6
drivers/spi: don't check resource with devm_ioremap_resource

devm_ioremap_resource does sanity checks on the given resource. No need to
duplicate this in the driver.

Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Acked-by: Stephen Warren <swarren@nvidia.com>
drivers/spi/spi-tegra20-sflash.c