]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
staging/bcm: move IOCTL_BCM_REGISTER_READ_PRIVATE case out to its own function.
authorDave Jones <davej@redhat.com>
Thu, 13 Feb 2014 19:45:05 +0000 (14:45 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 13 Feb 2014 21:09:57 +0000 (13:09 -0800)
commit59fbe7025ad5878bc6e6a002d2818b08d9a07e38
treee2bc66f651bdc4d603655700b8992690e239c322
parent861d2ac1db41d3c3e608ce37f162d5089d11367e
staging/bcm: move IOCTL_BCM_REGISTER_READ_PRIVATE 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