Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 131099
b: refs/heads/master
c: 7695fb0
h: refs/heads/master
i:
  131097: 5474f60
  131095: f048c89
v: v3
  • Loading branch information
Darren Salt authored and Len Brown committed Feb 7, 2009
1 parent 3c2d289 commit ab5dd87
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 386e4a8358239f90275e1f93d5ad11cdc93c6453
refs/heads/master: 7695fb04aca62e2d8a7ca6ede50f6211e1d71e53
3 changes: 2 additions & 1 deletion trunk/drivers/platform/x86/eeepc-laptop.c
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,8 @@ static int eeepc_hotk_check(void)
static void notify_brn(void)
{
struct backlight_device *bd = eeepc_backlight_device;
bd->props.brightness = read_brightness(bd);
if (bd)
bd->props.brightness = read_brightness(bd);
}

static void eeepc_hotk_notify(acpi_handle handle, u32 event, void *data)
Expand Down

0 comments on commit ab5dd87

Please sign in to comment.