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