staging/bcm: move IOCTL_BCM_BULK_WRM case out to its own function.
authorDave Jones <davej@redhat.com>
Thu, 13 Feb 2014 19:46:52 +0000 (14:46 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 13 Feb 2014 21:10:10 +0000 (13:10 -0800)
commitb32384b43d12a72ffd1493c8f60803d023b96726
treed214d4ac441b74d5a44f6d90337c6ff502f4b3a1
parentdb9a4dc78f961a4f4a3812f5a6f7cf79d56814ed
staging/bcm: move IOCTL_BCM_BULK_WRM 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