aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/tty/vt/keyboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/vt/keyboard.c b/drivers/tty/vt/keyboard.c
index 86dd1e302bb3..9f5c462a8692 100644
--- a/drivers/tty/vt/keyboard.c
+++ b/drivers/tty/vt/keyboard.c
@@ -2032,7 +2032,7 @@ int vt_do_kdskled(int console, int cmd, unsigned long arg, int perm)
2032 kbd->default_ledflagstate = ((arg >> 4) & 7); 2032 kbd->default_ledflagstate = ((arg >> 4) & 7);
2033 set_leds(); 2033 set_leds();
2034 spin_unlock_irqrestore(&kbd_event_lock, flags); 2034 spin_unlock_irqrestore(&kbd_event_lock, flags);
2035 break; 2035 return 0;
2036 2036
2037 /* the ioctls below only set the lights, not the functions */ 2037 /* the ioctls below only set the lights, not the functions */
2038 /* for those, see KDGKBLED and KDSKBLED above */ 2038 /* for those, see KDGKBLED and KDSKBLED above */