PCI: Use atomic_inc_return() rather than atomic_add_return()
authorBjorn Helgaas <bhelgaas@google.com>
Mon, 11 Feb 2013 23:47:01 +0000 (16:47 -0700)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 12 Feb 2013 00:25:06 +0000 (17:25 -0700)
commitcc7ba39bab126339d6d525ada07dea5633d71521
tree25e660ec5fef0f99c49a0b6937f6a1b11e0cfd21
parentfd6dceab017e6be6c158dc56ec6dacf817f21a5b
PCI: Use atomic_inc_return() rather than atomic_add_return()

No functional change; just use atomic_inc_return() rather than the
general-purpose atomic_add_return().

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/pci.c