staging/bcm: move IOCTL_BCM_GPIO_MULTI_REQUEST case out to its own function.
authorDave Jones <davej@redhat.com>
Thu, 13 Feb 2014 19:45:41 +0000 (14:45 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 13 Feb 2014 21:10:01 +0000 (13:10 -0800)
commit3903246c417b01514cf949477a2235f6928dd633
tree08758b5ca751d06cd11bb3ed252daa0841a48b33
parent3eedb5fa71f38bdb07491af8b65da27d48dd0f3b
staging/bcm: move IOCTL_BCM_GPIO_MULTI_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