Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 197569
b: refs/heads/master
c: b7670ed
h: refs/heads/master
i:
  197567: a0807ba
v: v3
  • Loading branch information
Daniel Mack authored and Matthew Garrett committed May 20, 2010
1 parent 850967d commit b14095c
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: a929aae0e0a91d89b60774316ede6c1e2e10dc4e
refs/heads/master: b7670ed6509f322713bbd96eed0301c322f2ae02
2 changes: 1 addition & 1 deletion trunk/drivers/platform/x86/eeepc-wmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ static int eeepc_wmi_backlight_notify(struct eeepc_wmi *eeepc, int code)
{
struct backlight_device *bd = eeepc->backlight_device;
int old = bd->props.brightness;
int new;
int new = old;

if (code >= NOTIFY_BRNUP_MIN && code <= NOTIFY_BRNUP_MAX)
new = code - NOTIFY_BRNUP_MIN + 1;
Expand Down

0 comments on commit b14095c

Please sign in to comment.