From: Ben Hutchings Date: Tue, 23 Dec 2008 03:09:53 +0000 (+0000) Subject: net: sfc: Use pci_clear_master() to disable bus mastering X-Git-Tag: v2.6.29-rc1~181^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef1bba28bfe68ef3c0488feeaabd3e8bc523130c;p=pandora-kernel.git net: sfc: Use pci_clear_master() to disable bus mastering pci_disable_device() disables many features, like MSI-X, which we never reenable in efx_reset(). Further, calls to pci_enable_device() and pci_disable_device() must be matched since the nesting count was introduced, so switch to using pci_clear_master() instead. Signed-off-by: Ben Hutchings Signed-off-by: Jesse Barnes --- Reading git-diff-tree failed