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