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