commit | 3cc2d009bc210516c61536273b304c4f6ccd797c | [log] [tgz] |
---|---|---|
author | Wolfram Sang <wsa@the-dreams.de> | Fri May 10 10:16:54 2013 +0200 |
committer | Wolfram Sang <wsa@the-dreams.de> | Wed Jun 12 20:39:06 2013 +0200 |
tree | eb1dd301fbc62b9d33a027eb4e9c9f19dfacab81 | |
parent | e42dba569fceca5d59a88571370785e9ce9775b8 [diff] |
drivers/i2c/busses: 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>