Skip to content

Commit

Permalink
Pull now into release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Len Brown committed Sep 22, 2007
2 parents 335fb8f + 7f10cc4 commit 19adc6b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions 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 19adc6b

Please sign in to comment.