]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] fix the toshiba_acpi write_lcd return value
authorMatthijs van Otterdijk <thotter@gmail.com>
Sat, 6 Jan 2007 00:37:03 +0000 (16:37 -0800)
committerLinus Torvalds <torvalds@woody.osdl.org>
Sat, 6 Jan 2007 07:55:29 +0000 (23:55 -0800)
commit9090a2cb53e6981751edb9a8e047e4167c7c2cad
treecf4576b2810b1f00513aca76143d4786fc4fc4e5
parent73bc1fae13998aac705debfb6046eed481f3c8f5
[PATCH] fix the toshiba_acpi write_lcd return value

write_lcd() in toshiba_acpi returns 0 on success since the big ACPI patch
merged in 2.6.20-rc2.  It should return count.

Signed-off-by: Matthijs van Otterdijk <thotter@gmail.com>
Cc: Len Brown <lenb@kernel.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/acpi/toshiba_acpi.c