From: Chen Gang Date: Wed, 27 Feb 2013 04:27:30 +0000 (+0000) Subject: ACPI / porocessor: Beautify code, pr->id is u32 which is never < 0 X-Git-Tag: v3.9-rc2~16^2~1^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b27516fcd7ab7dc416edf418446c24c61729938;p=pandora-kernel.git ACPI / porocessor: Beautify code, pr->id is u32 which is never < 0 pr->id is u32 which never < 0, so remove the redundant pr->id < 0 check from acpi_processor_add(). [rjw: Changelog] Signed-off-by: Chen Gang Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed