staging/bcm: move IOCTL_BCM_GPIO_SET_REQUEST case out to its own function.
authorDave Jones <davej@redhat.com>
Thu, 13 Feb 2014 19:45:26 +0000 (14:45 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 13 Feb 2014 21:09:59 +0000 (13:09 -0800)
commitf494a916d3bed992e1275157eeaf709d8383aa27
tree3298f88034a0a634c574da5bb8a5f19a17d70ef3
parent4d4b00a968278d9187b92f5cdc2b1bf55e010bbc
staging/bcm: move IOCTL_BCM_GPIO_SET_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