OSDN Git Service

drivers/staging/nvec: don't check resource with devm_ioremap_resource
authorWolfram Sang <wsa@the-dreams.de>
Thu, 16 May 2013 11:15:47 +0000 (13:15 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 16 May 2013 22:42:29 +0000 (15:42 -0700)
commit79719e644162bffd59df99404a7aef7b726c3f83
tree6939f2e87d34abfec394f035f6b1a6e6813460eb
parentf1e2f53e73c44121a5e2c3a4c9a645d7def3a843
drivers/staging/nvec: 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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/nvec/nvec.c