Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 275513
b: refs/heads/master
c: 869f8df
h: refs/heads/master
i:
  275511: 3360095
v: v3
  • Loading branch information
Randy Dunlap authored and Linus Torvalds committed Nov 17, 2011
1 parent f00b70a commit f725653
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: d29387e8de8bdf64374874112b2b1540d3ada674
refs/heads/master: 869f8dfa52295e75e043af618e47305e4b109bc1
4 changes: 2 additions & 2 deletions trunk/drivers/platform/x86/dell-laptop.c
Original file line number Diff line number Diff line change
Expand Up @@ -589,14 +589,14 @@ static const struct backlight_ops dell_ops = {
.update_status = dell_send_intensity,
};

static void touchpad_led_on()
static void touchpad_led_on(void)
{
int command = 0x97;
char data = 1;
i8042_command(&data, command | 1 << 12);
}

static void touchpad_led_off()
static void touchpad_led_off(void)
{
int command = 0x97;
char data = 2;
Expand Down

0 comments on commit f725653

Please sign in to comment.