fbdev: sh_mobile_hdmi: Use devm_kzalloc()
authorSangjung Woo <sangjung.woo@samsung.com>
Thu, 3 Oct 2013 14:04:27 +0000 (23:04 +0900)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 9 Oct 2013 09:35:43 +0000 (12:35 +0300)
Use devm_kzalloc() instead of kzalloc() in order to be free
automatically. This makes cleanup paths more simple.

Signed-off-by: Sangjung Woo <sangjung.woo@samsung.com>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>

No differences found