From df065b373f882c4efc396afa1f31cd8afedab356 Mon Sep 17 00:00:00 2001 From: Alexey Khoroshilov Date: Fri, 14 Mar 2014 18:04:03 -0300 Subject: [PATCH] [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-format-patch failed