]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
PCI PM: Consistently use variable name "error" for pm call return values
authorFrans Pop <elendil@planet.nl>
Mon, 16 Mar 2009 21:39:56 +0000 (22:39 +0100)
committerRafael J. Wysocki <rjw@sisk.pl>
Mon, 30 Mar 2009 19:46:55 +0000 (21:46 +0200)
commit57ef80266e14ecc363380268fedc64e519047b4a
tree796619e61b70ce7ed2ac9571ca4961fe1903a3ab
parent749b0afc3a9d90dda3319fd1464a3b32fc225361
PCI PM: Consistently use variable name "error" for pm call return values

I noticed two functions use a variable "i" to store the return value of PM
function calls while the rest of the file uses "error". As "i" normally
indicates a counter of some sort it seems better to keep this consistent.

Signed-off-by: Frans Pop <elendil@planet.nl>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
drivers/pci/pci-driver.c