clocksource: em_sti: Convert to devm_* managed helpers
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Tue, 30 Jul 2013 14:24:37 +0000 (16:24 +0200)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Wed, 21 Aug 2013 22:18:42 +0000 (00:18 +0200)
Replace kzalloc, clk_get, ioremap and request_irq by their managed
counterparts to simplify error paths.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Reviewed-by: Daniel Lezcano <daniel.lezcano@linaro.org>

No differences found