]> git.baikalelectronics.ru Git - kernel.git/commit
staging/bcm: move IOCTL_BCM_CNTRLMSG_MASK case out to its own function.
authorDave Jones <davej@redhat.com>
Thu, 13 Feb 2014 19:48:04 +0000 (14:48 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 13 Feb 2014 21:36:15 +0000 (13:36 -0800)
commit44477286b9882f978f1805e67a668248dfddc185
tree88c4dbad7bcb1ed1b32869acc532418474f662fc
parentcd9fadc1ec8f1bb28c05e9c580ac6014b9f7bc3d
staging/bcm: move IOCTL_BCM_CNTRLMSG_MASK 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