staging/bcm: move IOCTL_BCM_GPIO_STATUS_REQUEST case out to its own function.
authorDave Jones <davej@redhat.com>
Thu, 13 Feb 2014 19:45:36 +0000 (14:45 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 13 Feb 2014 21:10:00 +0000 (13:10 -0800)
commit3eedb5fa71f38bdb07491af8b65da27d48dd0f3b
tree622b9b8e27987373d0691d19ef66c346a653ad39
parent3eccdbcdb75dcbec142d6332075c446473e9b4d6
staging/bcm: move IOCTL_BCM_GPIO_STATUS_REQUEST 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