Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 350987
b: refs/heads/master
c: bf6787e
h: refs/heads/master
i:
  350985: b18d878
  350983: 11ac5b5
v: v3
  • Loading branch information
Colin Ian King authored and Rafael J. Wysocki committed Jan 25, 2013
1 parent 2fd938f commit 63de84c
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 208f6cc9e5f83c9e2fb3a997dde3d4f6f5971384
refs/heads/master: bf6787ebb6c811ce41bc3f3f833a04d5f8978fa8
4 changes: 2 additions & 2 deletions trunk/drivers/acpi/video.c
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@ acpi_video_init_brightness(struct acpi_video_device *device)
br->levels[i] = br->levels[i - level_ac_battery];
count += level_ac_battery;
} else if (level_ac_battery > 2)
ACPI_ERROR((AE_INFO, "Too many duplicates in _BCL package\n"));
ACPI_ERROR((AE_INFO, "Too many duplicates in _BCL package"));

/* Check if the _BCL package is in a reversed order */
if (max_level == br->levels[2]) {
Expand All @@ -682,7 +682,7 @@ acpi_video_init_brightness(struct acpi_video_device *device)
acpi_video_cmp_level, NULL);
} else if (max_level != br->levels[count - 1])
ACPI_ERROR((AE_INFO,
"Found unordered _BCL package\n"));
"Found unordered _BCL package"));

br->count = count;
device->brightness = br;
Expand Down

0 comments on commit 63de84c

Please sign in to comment.