https://github.com/torvalds/linux
Revision 3df70afe8d33f4977d0e0891bdcfb639320b5257 authored by Chuhong Yuan on 14 November 2019, 15:43:24 UTC, committed by David S. Miller on 15 November 2019, 20:42:09 UTC
The driver calls release_resource in remove to match request_mem_region
in probe, which is incorrect.
Fix it by using the right one, release_mem_region.

Signed-off-by: Chuhong Yuan <hslester96@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent a9a51bd
History
Tip revision: 3df70afe8d33f4977d0e0891bdcfb639320b5257 authored by Chuhong Yuan on 14 November 2019, 15:43:24 UTC
net: ep93xx_eth: fix mismatch of request_mem_region in remove
Tip revision: 3df70af
File Mode Size
Documentation
LICENSES
arch
block
certs
crypto
drivers
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.clang-format -rw-r--r-- 15.0 KB
.cocciconfig -rw-r--r-- 59 bytes
.get_maintainer.ignore -rw-r--r-- 71 bytes
.gitattributes -rw-r--r-- 30 bytes
.gitignore -rw-r--r-- 1.7 KB
.mailmap -rw-r--r-- 13.2 KB
COPYING -rw-r--r-- 423 bytes
CREDITS -rw-r--r-- 97.2 KB
Kbuild -rw-r--r-- 1.3 KB
Kconfig -rw-r--r-- 595 bytes
MAINTAINERS -rw-r--r-- 516.8 KB
Makefile -rw-r--r-- 59.4 KB
README -rw-r--r-- 727 bytes

README

back to top