Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 48695
b: refs/heads/master
c: 82c4773
h: refs/heads/master
i:
  48693: 4452aa5
  48691: 803f687
  48687: 5399f22
v: v3
  • Loading branch information
Andrew Morton authored and Len Brown committed Feb 13, 2007
1 parent fb185e7 commit 43185b8
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: 243e8b191df4e9c11e62ea11fa298351997e98c3
refs/heads/master: 82c47731f77e7615f5a952c662d873b55e71f3b9
2 changes: 1 addition & 1 deletion trunk/drivers/acpi/sony_acpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ static int sony_acpi_add(struct acpi_device *device)

if (ACPI_SUCCESS(acpi_get_handle(sony_acpi_handle, "GBRT", &handle))) {
sony_backlight_device = backlight_device_register("sony", NULL,
&sony_backlight_properties);
NULL, &sony_backlight_properties);
if (IS_ERR(sony_backlight_device)) {
printk(LOG_PFX "unable to register backlight device\n");
}
Expand Down

0 comments on commit 43185b8

Please sign in to comment.