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