From: Marek Szyprowski Date: Sun, 5 Sep 2010 05:42:33 +0000 (-0300) Subject: V4L/DVB: v4l: radio: si470x: fix unneeded free_irq() call X-Git-Tag: v2.6.36-rc8~32^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc6e853c5e49ea3698e87415672d818c6d7a5ee9;p=pandora-kernel.git V4L/DVB: v4l: radio: si470x: fix unneeded free_irq() call In case of error during probe() the driver calls free_irq() function on not yet allocated irq. This patches fixes the call sequence in case of the error. Signed-off-by: Marek Szyprowski Signed-off-by: Kyungmin Park Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed