commit | 85802bbe755725b5bf92386b8a52eb6d089b581e | [log] [tgz] |
---|---|---|
author | Andrew Murray <amurray@embedded-bits.co.uk> | Mon Apr 14 16:07:45 2014 -0600 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Tue Apr 29 10:39:37 2014 -0600 |
tree | a1ed62bae4f989304a05fdfa696bed9a87dc01ef | |
parent | ccfdd7aebad1b7a46724196fe1f4557e64eff599 [diff] |
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>