Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | acpi-wmi: unsigned cannot be less than 0 | Roel Kluin | 2009-03-16 | 1 | -1/+1 |
| | | | | | | | | | | | | | 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> | ||||
* | ACPI: move wmi, asus_acpi, toshiba_acpi to drivers/platform/x86 | Len Brown | 2008-12-19 | 1 | -0/+747 |
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> |