]> git.itanic.dy.fi Git - linux-stable/commit
fbdev: chipsfb: Add missing pci_disable_device() in chipsfb_pci_init()
authorYang Yingliang <yangyingliang@huawei.com>
Fri, 19 Aug 2022 08:57:52 +0000 (16:57 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 15 Sep 2022 10:17:05 +0000 (12:17 +0200)
commit159ec04631354f9d350214ae6487822b8f1d4ad7
tree36ce935b1695535e4f0e3fbc854fbca57ee5d287
parent1668c38ef2e5bb80dbee88afcecfcdc3e7abc2aa
fbdev: chipsfb: Add missing pci_disable_device() in chipsfb_pci_init()

[ Upstream commit 07c55c9803dea748d17a054000cbf1913ce06399 ]

Add missing pci_disable_device() in error path in chipsfb_pci_init().

Signed-off-by: Yang Yingliang <yangyingliang@huawei.com>
Signed-off-by: Helge Deller <deller@gmx.de>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/video/fbdev/chipsfb.c