sis900: Fix missing pci_disable_device() in probe and remove
authorWang Hai <wanghai38@huawei.com>
Wed, 28 Jul 2021 12:11:07 +0000 (20:11 +0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 28 Jul 2021 12:43:49 +0000 (13:43 +0100)
commit89fb62fde3b226f99b7015280cf132e2a7438edf
tree535d8ba49eda9d87d569d6ae85800fb3628295b3
parent1e60cebf82948cfdc9497ea4553bab125587593c
sis900: Fix missing pci_disable_device() in probe and remove

Replace pci_enable_device() with pcim_enable_device(),
pci_disable_device() and pci_release_regions() will be
called in release automatically.

Fixes: 1da177e4c3f4 ("Linux-2.6.12-rc2")
Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Wang Hai <wanghai38@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/sis/sis900.c