leds: leds-cobalt-qube: use devm_ioremap
authorJingoo Han <jg1.han@samsung.com>
Tue, 23 Oct 2012 12:21:27 +0000 (05:21 -0700)
committerBryan Wu <cooloney@gmail.com>
Mon, 26 Nov 2012 22:28:46 +0000 (14:28 -0800)
commitf87ef101056a34d69d7aa2611da0eb95ff4414f9
treeea81695847315a81d45cd46be199ce09626260ac
parent50e5194385a7be0f3c6b1f97749854cf29562619
leds: leds-cobalt-qube: use devm_ioremap

The devm_ functions allocate memory that is released when a driver
detaches. This patch uses devm_ioremap() for these functions.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Bryan Wu <cooloney@gmail.com>
drivers/leds/leds-cobalt-qube.c
This page took 0.029319 seconds and 5 git commands to generate.