From: Uwe Kleine-König Date: Thu, 25 May 2017 20:54:53 +0000 (+0200) Subject: net: ethernet: ax88796: don't call free_irq without request_irq first X-Git-Tag: v3.2.93~57 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69615f190d3124cc5bf4cecbbfcb59e342572f26;p=pandora-kernel.git net: ethernet: ax88796: don't call free_irq without request_irq first commit 82533ad9a1ce3a7a6863849a552c2cc041b55e0d upstream. The function ax_init_dev (which is called only from the driver's .probe function) calls free_irq in the error path without having requested the irq in the first place. So drop the free_irq call in the error path. Fixes: 825a2ff1896e ("AX88796 network driver") Signed-off-by: Uwe Kleine-König Signed-off-by: David S. Miller Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed