From: Bjorn Helgaas Date: Mon, 11 Feb 2013 23:47:01 +0000 (-0700) Subject: PCI: Use atomic_inc_return() rather than atomic_add_return() X-Git-Tag: v3.9-rc1~82^2~3^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc7ba39bab126339d6d525ada07dea5633d71521;p=pandora-kernel.git 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 --- Reading git-diff-tree failed