Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-16 | acpi-wmi: unsigned cannot be less than 0 | Roel Kluin | |
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 <roel.kluin@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Len Brown <len.brown@intel.com> | |||
2008-12-19 | ACPI: move wmi, asus_acpi, toshiba_acpi to drivers/platform/x86 | Len Brown | |
These are platform specific drivers that happen to use ACPI, while drivers/acpi/ is for code that implements ACPI itself. Signed-off-by: Len Brown <len.brown@intel.com> |