staging/bcm: move IOCTL_BCM_SET_ACTIVE_SECTION case out to its own function.
authorDave Jones <davej@redhat.com>
Thu, 13 Feb 2014 19:47:33 +0000 (14:47 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 13 Feb 2014 21:36:14 +0000 (13:36 -0800)
commit9e0d6e1a0d9c6edba6dc27978b921180a1bef509
tree1fea9554f6581c0ab7b2861856e1dc7702e5f971
parent338a5c4a36d360865163fd6c5b32d9ae474bd61d
staging/bcm: move IOCTL_BCM_SET_ACTIVE_SECTION 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