staging/bcm: move IOCTL_BCM_CNTRLMSG_MASK case out to its own function.
authorDave Jones <davej@redhat.com>
Thu, 13 Feb 2014 19:48:04 +0000 (14:48 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 13 Feb 2014 21:36:15 +0000 (13:36 -0800)
commit8f7e14eee717487086c66ae17fb9936e834c4469
tree88c4dbad7bcb1ed1b32869acc532418474f662fc
parentb3e5804e48dfad205ef45f03e30afb8a31256566
staging/bcm: move IOCTL_BCM_CNTRLMSG_MASK 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