From: Jia-Ju Bai Date: Mon, 22 Dec 2014 00:28:52 +0000 (+0800) Subject: 8139too: Fix the lack of pci_disable_device X-Git-Tag: fixes-v4.0-rc1~357^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6402a577f4688053e98c1ffda1f4a6a59684ba81;p=pandora-kernel.git 8139too: Fix the lack of pci_disable_device For linux-3.18.0 When pci_request_regions is failed in rtl8139_init_board, pci_disable_device is not called to disable the device which are enabled by pci_enable_device, because of disable_dev_on_err is not assigned 1. This patch fix this problem. Signed-off-by: Jia-Ju Bai Signed-off-by: David S. Miller --- Reading git-diff-tree failed