staging/bcm: move BCM_LED_THREAD_STATE_CHANGE_REQ case out to its own function.
authorDave Jones <davej@redhat.com>
Thu, 13 Feb 2014 19:45:31 +0000 (14:45 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 13 Feb 2014 21:10:00 +0000 (13:10 -0800)
commit3eccdbcdb75dcbec142d6332075c446473e9b4d6
tree0285b990303abf73f117e0e666973d91e550dd2e
parentf494a916d3bed992e1275157eeaf709d8383aa27
staging/bcm: move BCM_LED_THREAD_STATE_CHANGE_REQ case out to its own function.

bcm_char_ioctl is one of the longest non-generated functions in the kernel,
at 1906 lines.  Splitting it up into multiple functions should simplify
this a lot.

Signed-off-by: Dave Jones <davej@fedoraproject.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/bcm/Bcmchar.c