]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/acpi/toshiba_acpi.c
Merge branch 'linus' into test
[linux-2.6-omap-h63xx.git] / drivers / acpi / toshiba_acpi.c
index 8a649f40d1620f0d9610e33f81a87da1d75a45f9..2a632f8b7a053911723a9259155a464ccb745aa8 100644 (file)
@@ -548,7 +548,7 @@ static unsigned long write_video(const char *buffer, unsigned long count)
 
        hci_read1(HCI_VIDEO_OUT, &video_out, &hci_result);
        if (hci_result == HCI_SUCCESS) {
-               int new_video_out = video_out;
+               unsigned int new_video_out = video_out;
                if (lcd_out != -1)
                        _set_bit(&new_video_out, HCI_VIDEO_OUT_LCD, lcd_out);
                if (crt_out != -1)