diff options
author | Jingoo Han <jg1.han@samsung.com> | 2014-02-11 21:10:50 +0900 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2014-03-03 08:01:03 -0800 |
commit | 939a0a3fe900125c1e04dc7121444f8f9972892c (patch) | |
tree | 752550358af67f945ad8baa70b6d1b6d232b88bb /tools/perf/scripts/python | |
parent | 6700ce035f830149d48c270d84736debfb67179e (diff) |
hwmon: (jz4740) Use devm_ioremap_resource()
Use devm_ioremap_resource() in order to make the code simpler,
and move 'struct resource *mem' from 'struct jz4740_hwmon' to
jz4740_hwmon_probe() because the 'mem' variable is used only in
jz4740_hwmon_probe(). Also the redundant return value check of
platform_get_resource() is removed, because the value is checked
by devm_ioremap_resource().
Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Acked-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions