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