From: Roel Kluin Date: Wed, 4 Mar 2009 19:55:30 +0000 (-0800) Subject: acpi-wmi: unsigned cannot be less than 0 X-Git-Tag: v2.6.29~33^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da511997d2bbc09f5e39385e0ed209578db07c91;p=pandora-kernel.git acpi-wmi: unsigned cannot be less than 0 include/linux/pci-acpi.h:74: typedef u32 acpi_status; result is unsigned, so an error returned by acpi_bus_register_driver() will not be noticed. Signed-off-by: Roel Kluin Signed-off-by: Andrew Morton Signed-off-by: Len Brown --- Reading git-diff-tree failed