https://github.com/torvalds/linux
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
Tip revision: 82533ad9a1ce3a7a6863849a552c2cc041b55e0d authored by Uwe Kleine-König on 25 May 2017, 20:54:53 UTC
net: ethernet: ax88796: don't call free_irq without request_irq first
Tip revision: 82533ad
File Mode Size
Documentation
arch
block
certs
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.cocciconfig -rw-r--r-- 59 bytes
.get_maintainer.ignore -rw-r--r-- 31 bytes
.gitattributes -rw-r--r-- 30 bytes
.gitignore -rw-r--r-- 1.3 KB
.mailmap -rw-r--r-- 8.1 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 96.2 KB
Kbuild -rw-r--r-- 2.2 KB
Kconfig -rw-r--r-- 252 bytes
MAINTAINERS -rw-r--r-- 397.7 KB
Makefile -rw-r--r-- 58.6 KB
README -rw-r--r-- 722 bytes

README

back to top