From: Len Brown Date: Tue, 28 Sep 2010 20:50:50 +0000 (-0400) Subject: ACPI: acpi_pad: simplify code to avoid false gcc build warning X-Git-Tag: v2.6.36-rc7~25^2^8~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9ad8e062e4c733b36fc10ebc201bedde1a4da80;p=pandora-kernel.git ACPI: acpi_pad: simplify code to avoid false gcc build warning acpi_pad.c:432: warning: ‘num_cpus’ may be used uninitialized in this function gcc 4.4.4 was unable to notice that num_cpus is always set. Re-arrange the code to un-confuse gcc, and also make it easier for humans to read.... Signed-off-by: Len Brown --- Reading git-diff-tree failed