Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information