1
0
Fork 0
alistair23-linux/drivers/staging
Linus Torvalds f3161f36f5 pcc-acpi: fix compile with new stricter ACPI types
This was another merge problem that wasn't a data conflict, but due to
independent changes in two branches that just didn't work together.

The pcc-acpi staging driver used

	acpi_driver_data(device) = hotkey;

to set driver data, but the ACPI merge made that invalid in commit
db89b4f0db ("ACPI: catch calls of
acpi_driver_data on pointer of wrong type"), and now you're supposed to
just do.

	device->driver_data = hotkey;

instead.

Fix it up.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2008-10-23 11:54:08 -07:00
..
at76_usb Staging: Fix leak in drivers/staging/at76_usb.c 2008-10-22 09:56:29 -07:00
echo Staging: Lindent the echo driver 2008-10-22 09:56:37 -07:00
et131x Staging: et131x: remove duplicated #include's 2008-10-22 09:56:31 -07:00
go7007 Staging: go7007: remove unused #include <version.h> 2008-10-22 09:56:31 -07:00
me4000 Staging: me4000: remove some compiler warnings 2008-10-22 09:56:40 -07:00
pcc-acpi pcc-acpi: fix compile with new stricter ACPI types 2008-10-23 11:54:08 -07:00
poch Staging: add poch driver 2008-10-22 09:56:36 -07:00
slicoss Staging: SLICOSS: Free multicast list at driver exit 2008-10-22 09:56:37 -07:00
sxg Staging: sxg: fix compiler warnings. 2008-10-22 09:56:38 -07:00
usbip Staging: usbip: fix build warning on 64bit kernels 2008-10-22 09:56:40 -07:00
winbond Staging: wbusb: fix a bunch of compiler warnings 2008-10-22 09:56:40 -07:00
wlan-ng Staging: remove remaining uses of __FUNCTION__ 2008-10-22 09:56:36 -07:00
Kconfig Staging: add poch driver 2008-10-22 09:56:36 -07:00
Makefile Staging: add poch driver 2008-10-22 09:56:36 -07:00
staging.c Staging: workaround build system bug 2008-10-13 14:32:52 -07:00