]> git.baikalelectronics.ru Git - kernel.git/commit
video: build fix
authorLen Brown <len.brown@intel.com>
Sat, 4 Apr 2009 07:33:45 +0000 (03:33 -0400)
committerLen Brown <len.brown@intel.com>
Sat, 4 Apr 2009 07:33:45 +0000 (03:33 -0400)
commitb60562b17ef730ead1836e1e6784472499a82ee8
treebe08d32490791a9ff6c982a7a98630d60a331ab2
parentfc8c8492458e96de774c6bde266bf5a034ff10de
video: build fix

acpi_video_device_write_state() and friends now return ssize_t,
while the constify patch assumed it was still int.

Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/video.c