PCI: mvebu: Remove unnecessary use of 'conf_lock' spinlock
authorAndrew Murray <amurray@embedded-bits.co.uk>
Mon, 14 Apr 2014 22:07:45 +0000 (16:07 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 29 Apr 2014 16:39:37 +0000 (10:39 -0600)
commit85802bbe755725b5bf92386b8a52eb6d089b581e
treea1ed62bae4f989304a05fdfa696bed9a87dc01ef
parentccfdd7aebad1b7a46724196fe1f4557e64eff599
PCI: mvebu: Remove unnecessary use of 'conf_lock' spinlock

Serialization of configuration accesses is provided by 'pci_lock' in
drivers/pci/access.c thus making the driver's 'conf_lock' superfluous.

Signed-off-by: Andrew Murray <amurray@embedded-bits.co.uk>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Jason Cooper <jason@lakedaemon.net>
drivers/pci/host/pci-mvebu.c
This page took 0.479998 seconds and 5 git commands to generate.