mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2026-08-11 00:22:26 +00:00
[PCMCIA] i82365: release all resources if no devices are found
The i82365 driver does not release all the resources when the device is not found. This can cause an oops when reading /proc/ioports after module unload. Signed-off-by: Igor Popik <igor.popik@gmail.com> Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
This commit is contained in:
parent
e346315088
commit
a2932b35a0
@ -1366,6 +1366,7 @@ static int __init init_i82365(void)
|
||||
if (sockets == 0) {
|
||||
printk("not found.\n");
|
||||
platform_device_unregister(&i82365_device);
|
||||
release_region(i365_base, 2);
|
||||
driver_unregister(&i82365_driver);
|
||||
return -ENODEV;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user