1
0
Fork 0
alistair23-linux/drivers/video/mmp
Uwe Kleine-König fb8a15079a video: mmp: drop needless devm cleanup
The nice thing about devm_* is that the driver doesn't need to free the
resources but the driver core takes care about that. This also
simplifies the error path quite a bit and removes the wrong check for a
clock pointer being NULL.

Russell King - ARM Linux <linux@arm.linux.org.uk>:
"And this patch also fixes the above: disabling/unpreparing _after_ putting
the thing - which was quite silly... :)"

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
2013-09-26 11:41:24 +03:00
..
fb video: remove unnecessary platform_set_drvdata() 2013-06-26 14:44:40 +03:00
hw video: mmp: drop needless devm cleanup 2013-09-26 11:41:24 +03:00
panel video: mmp: add tpo hvga panel supported 2013-02-21 17:22:17 -08:00
Kconfig video: mmp: add tpo hvga panel supported 2013-02-21 17:22:17 -08:00
Makefile video: mmp: add tpo hvga panel supported 2013-02-21 17:22:17 -08:00
core.c drivers/video/mmp/core.c: fix use-after-free bug 2013-04-17 16:10:44 -07:00