From: Frans Pop Date: Mon, 16 Mar 2009 21:39:56 +0000 (+0100) Subject: PCI PM: Consistently use variable name "error" for pm call return values X-Git-Tag: v2.6.30-rc1~609^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57ef80266e14ecc363380268fedc64e519047b4a;p=pandora-kernel.git 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 Signed-off-by: Jesse Barnes Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed