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