commit | 57ef80266e14ecc363380268fedc64e519047b4a | [log] [tgz] |
---|---|---|
author | Frans Pop <elendil@planet.nl> | Mon Mar 16 22:39:56 2009 +0100 |
committer | Rafael J. Wysocki <rjw@sisk.pl> | Mon Mar 30 21:46:55 2009 +0200 |
tree | 796619e61b70ce7ed2ac9571ca4961fe1903a3ab | |
parent | 749b0afc3a9d90dda3319fd1464a3b32fc225361 [diff] |
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>