Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 117369
b: refs/heads/master
c: 9e113e0
h: refs/heads/master
i:
  117367: f9ad7fd
v: v3
  • Loading branch information
Harvey Harrison authored and Len Brown committed Oct 10, 2008
1 parent 2ae4de2 commit ec2a1d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4b5fcb353ba46adfa2f98546e3d34e7dc65221cb
refs/heads/master: 9e113e0014204bfb44a2baa29b2a141ede41b074
2 changes: 1 addition & 1 deletion trunk/drivers/acpi/toshiba_acpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,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)
Expand Down

0 comments on commit ec2a1d2

Please sign in to comment.