diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2007-10-14 14:35:40 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-14 15:41:52 -0400 |
commit | b4482a4b2e2ff5ed96d8d16d72e83e75064062c5 (patch) | |
tree | 675b5f0a80d720c63db138d5395d63cee6c74969 /drivers/acpi/toshiba_acpi.c | |
parent | 64a6f9500d8e8a8e1b1adc2120e56cc88df5727f (diff) |
more trivial signedness fixes in drivers
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/acpi/toshiba_acpi.c')
-rw-r--r-- | drivers/acpi/toshiba_acpi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/toshiba_acpi.c b/drivers/acpi/toshiba_acpi.c index 13369b45563f..a736ef7bdee4 100644 --- a/drivers/acpi/toshiba_acpi.c +++ b/drivers/acpi/toshiba_acpi.c | |||
@@ -362,7 +362,7 @@ static unsigned long write_video(const char *buffer, unsigned long count) | |||
362 | int crt_out = -1; | 362 | int crt_out = -1; |
363 | int tv_out = -1; | 363 | int tv_out = -1; |
364 | u32 hci_result; | 364 | u32 hci_result; |
365 | int video_out; | 365 | u32 video_out; |
366 | 366 | ||
367 | /* scan expression. Multiple expressions may be delimited with ; | 367 | /* scan expression. Multiple expressions may be delimited with ; |
368 | * | 368 | * |