Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 325601
b: refs/heads/master
c: 157a4b3
h: refs/heads/master
i:
  325599: ed92331
v: v3
  • Loading branch information
Christopher Brannon authored and Greg Kroah-Hartman committed Jul 6, 2012
1 parent 966efa7 commit 51abe07
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 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: f5e3bcc504c3c35cc6e06a9ee42efed7c274066b
refs/heads/master: 157a4b311c45c9aba75a990464d9680867dc8805
3 changes: 0 additions & 3 deletions trunk/drivers/tty/vt/keyboard.c
Original file line number Diff line number Diff line change
Expand Up @@ -1049,13 +1049,10 @@ static int kbd_update_leds_helper(struct input_handle *handle, void *data)
*/
int vt_get_leds(int console, int flag)
{
unsigned long flags;
struct kbd_struct * kbd = kbd_table + console;
int ret;

spin_lock_irqsave(&kbd_event_lock, flags);
ret = vc_kbd_led(kbd, flag);
spin_unlock_irqrestore(&kbd_event_lock, flags);

return ret;
}
Expand Down

0 comments on commit 51abe07

Please sign in to comment.