]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
staging/bcm: move IOCTL_BCM_CAL_INIT case out to its own function.
authorDave Jones <davej@redhat.com>
Thu, 13 Feb 2014 19:47:02 +0000 (14:47 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 13 Feb 2014 21:10:11 +0000 (13:10 -0800)
commit1e1ee184628a1f7e9597e58f90a187c7c1afd7d0
treea6825bc839ba392be13eb96f4b3e3d3e7d0cc92f
parent1c55e38104fdb9b60efb1db13f82f120b86e55eb
staging/bcm: move IOCTL_BCM_CAL_INIT 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