]> git.baikalelectronics.ru Git - kernel.git/commit
tty: Fix LED error return
authorAlan Cox <alan@linux.intel.com>
Mon, 14 May 2012 13:41:31 +0000 (14:41 +0100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 14 May 2012 17:43:24 +0000 (10:43 -0700)
commit1c3beab8c056f293317db023d56a1bc60c3e9ce2
tree6da3eaa10d8548f6770e4566e139b1128706ded7
parent02bd695d9ca5eee91c1376720cccd5ec15a2fb0d
tty: Fix LED error return

3.4-rc introduced a regression when setting the LEDS. We do the right thing
but then return an error code.

Resolves-bug: https://bugzilla.kernel.org/show_bug.cgi?id=43144
Reported-by: Christian Casteyde
Signed-off-by: Alan Cox <alan@linux/intel.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/tty/vt/keyboard.c