clocksource: Put nodes passed to CLOCKSOURCE_OF_DECLARE callbacks centrally
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Tue, 1 Oct 2013 09:00:53 +0000 (11:00 +0200)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Wed, 2 Oct 2013 09:42:48 +0000 (11:42 +0200)
commit326e31eebe61dc838e031ea16968b2cfb43443e3
treea4e11e9c3f9b2e2b8463750d1a767a1f0ba94971
parentfa94bd57b5a5b2206e5fdd0ed2dbacff199121f2
clocksource: Put nodes passed to CLOCKSOURCE_OF_DECLARE callbacks centrally

Instead of letting each driver call of_node_put do it centrally in the
loop that also calls the CLOCKSOURCE_OF_DECLARE callbacks. This is less
prone to error and also moves getting and putting the references into the
same function.

Consequently all respective of_node_put calls in drivers are removed.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Acked-by: David Brown <davidb@codeaurora.org>
arch/arm/mach-msm/timer.c
drivers/clocksource/clksrc-of.c
drivers/clocksource/dw_apb_timer_of.c
drivers/clocksource/tegra20_timer.c
drivers/clocksource/vt8500_timer.c