Revision 82533ad9a1ce3a7a6863849a552c2cc041b55e0d authored by Uwe Kleine-König on 25 May 2017, 20:54:53 UTC, committed by David S. Miller on 26 May 2017, 18:55:38 UTC
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 <u.kleine-koenig@pengutronix.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 0e9a709
History
File Mode Size
Kconfig -rw-r--r-- 977 bytes
Makefile -rw-r--r-- 167 bytes
acl.c -rw-r--r-- 2.2 KB
control.c -rw-r--r-- 7.9 KB
cuse.c -rw-r--r-- 15.4 KB
dev.c -rw-r--r-- 51.3 KB
dir.c -rw-r--r-- 45.4 KB
file.c -rw-r--r-- 74.7 KB
fuse_i.h -rw-r--r-- 23.2 KB
inode.c -rw-r--r-- 32.2 KB
xattr.c -rw-r--r-- 4.9 KB

back to top