commit | 9db5c9088f741a7e83310a6a459793c25079c636 | [log] [tgz] |
---|---|---|
author | Wolfram Sang <wsa@the-dreams.de> | Thu May 16 13:15:39 2013 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue May 21 10:10:40 2013 -0700 |
tree | 8e80ab8bfb4a85b03f8e837cce989633b9b4aaba | |
parent | 5e6e78e27a27179bb80545a2a55b8c3ae667aed8 [diff] |
drivers/misc: 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>