]> git.baikalelectronics.ru Git - kernel.git/commit
hwmon: (i5500_temp) fix missing pci_disable_device()
authorYang Yingliang <yangyingliang@huawei.com>
Sat, 12 Nov 2022 12:56:06 +0000 (20:56 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 8 Dec 2022 10:23:02 +0000 (11:23 +0100)
commit49b24dd0a54073b8495af480c513012b77cd47f6
treea121c9172bed81861dd61f0404aed3911bb4fdae
parente8e70c57581a196274c8842385491ab2394f5d0f
hwmon: (i5500_temp) fix missing pci_disable_device()

[ Upstream commit 915864543b6152c25400d794a2cee53d156f5249 ]

pci_disable_device() need be called while module exiting, switch to use
pcim_enable(), pci_disable_device() will be called in pcim_release().

Fixes: b9e13bb347a1 ("hwmon: (i5500_temp) New driver for the Intel 5500/5520/X58 chipsets")
Signed-off-by: Yang Yingliang <yangyingliang@huawei.com>
Link: https://lore.kernel.org/r/20221112125606.3751430-1-yangyingliang@huawei.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/hwmon/i5500_temp.c