Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 317985
b: refs/heads/master
c: 6622bcd
h: refs/heads/master
i:
  317983: bbba5e2
v: v3
  • Loading branch information
Toshiaki Yamane authored and Greg Kroah-Hartman committed Jul 17, 2012
1 parent 5aca393 commit 1660223
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 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: cd96aeca4d580f7a464897608165bc4b04369c80
refs/heads/master: 6622bcd64f7432b99718b373fe6231992e832c9e
10 changes: 0 additions & 10 deletions trunk/drivers/staging/panel/panel.c
Original file line number Diff line number Diff line change
Expand Up @@ -1837,12 +1837,6 @@ static void panel_process_inputs(void)
struct list_head *item;
struct logical_input *input;

#if 0
printk(KERN_DEBUG
"entering panel_process_inputs with pp=%016Lx & pc=%016Lx\n",
phys_prev, phys_curr);
#endif

keypressed = 0;
inputs_stable = 1;
list_for_each(item, &logical_inputs) {
Expand Down Expand Up @@ -2002,10 +1996,6 @@ static struct logical_input *panel_bind_key(char *name, char *press,
key->rise_time = 1;
key->fall_time = 1;

#if 0
printk(KERN_DEBUG "bind: <%s> : m=%016Lx v=%016Lx\n", name, key->mask,
key->value);
#endif
strncpy(key->u.kbd.press_str, press, sizeof(key->u.kbd.press_str));
strncpy(key->u.kbd.repeat_str, repeat, sizeof(key->u.kbd.repeat_str));
strncpy(key->u.kbd.release_str, release,
Expand Down

0 comments on commit 1660223

Please sign in to comment.