From: Alexey Khoroshilov Date: Fri, 14 Mar 2014 21:04:03 +0000 (-0300) Subject: [media] adv7180: free an interrupt on failure paths in init_device() X-Git-Tag: v3.15-rc1~100^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df065b373f882c4efc396afa1f31cd8afedab356;p=pandora-kernel.git [media] adv7180: free an interrupt on failure paths in init_device() There is request_irq() in init_device(), but the interrupt is not removed on failure paths. The patch adds proper error handling. Found by Linux Driver Verification project (linuxtesting.org). Signed-off-by: Alexey Khoroshilov Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed