]> git.baikalelectronics.ru Git - kernel.git/commit
e1000e: restore call to pci_clear_master()
authorDean Nelson <dnelson@redhat.com>
Thu, 13 Jun 2013 03:55:44 +0000 (03:55 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Sun, 28 Jul 2013 09:34:59 +0000 (02:34 -0700)
commitdd68f7b9246e92476fcc3113326267b3dbbeffb1
treee249535731804f9d1568ef6cbcac98858cc6100a
parenta12f20434157ab44979f1a57b89a10ac1dcf39c2
e1000e: restore call to pci_clear_master()

In attempting to resolve a minor merge conflict, commit b324c56043e531da5ab3
(Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net) accidentally
dropped a call to pci_clear_master() that was intended to remain in place.

Commit f873a2e8ec6a9293aecf (e1000e: fix pci-device enable-counter balance)
replaced a call to pci_disable_device() by one to pci_clear_master(). And then
commit 495c94e78b44a56c2cea (e1000e: fix runtime power management transitions)
deleted a number of lines starting two lines following that call.

This patch restores the call to pci_clear_master() in __e1000_shutdown().

v2: added summary lines (enclosed in parens) following commit IDs

Signed-off-by: Dean Nelson <dnelson@redhat.com>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
Acked-by: Bruce Allan <bruce.w.allan@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/e1000e/netdev.c