Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 65114
b: refs/heads/master
c: e5c86b5
h: refs/heads/master
v: v3
  • Loading branch information
Len Brown committed Sep 22, 2007
1 parent ee95cde commit 973e5cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 5a50fe709d527f31169263e36601dd83446d5744
refs/heads/master: e5c86b5d4a517d10db89456426590ecba1597f1f
3 changes: 1 addition & 2 deletions trunk/drivers/acpi/video.c
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,6 @@ acpi_video_device_lcd_set_level(struct acpi_video_device *device, int level)
arg0.integer.value = level;
status = acpi_evaluate_object(device->dev->handle, "_BCM", &args, NULL);

printk(KERN_DEBUG "set_level status: %x\n", status);
return status;
}

Expand Down Expand Up @@ -1754,7 +1753,7 @@ static int acpi_video_bus_put_devices(struct acpi_video_bus *video)

static int acpi_video_bus_start_devices(struct acpi_video_bus *video)
{
return acpi_video_bus_DOS(video, 1, 0);
return acpi_video_bus_DOS(video, 0, 0);
}

static int acpi_video_bus_stop_devices(struct acpi_video_bus *video)
Expand Down

0 comments on commit 973e5cd

Please sign in to comment.