On 03/10/13 17:04, Sangjung Woo wrote: > Use devm_kzalloc() instead of kzalloc() in order to be free > automatically. This makes cleanup paths more simple. > > Signed-off-by: Sangjung Woo > --- > drivers/video/sh_mobile_hdmi.c | 7 ++----- > 1 file changed, 2 insertions(+), 5 deletions(-) Thanks, queued for 3.13. Tomi