staging/bcm: move IOCTL_BCM_GET_DEVICE_DRIVER_INFO case out to its own function.
authorDave Jones <davej@redhat.com>
Thu, 13 Feb 2014 19:48:09 +0000 (14:48 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 13 Feb 2014 21:36:16 +0000 (13:36 -0800)
commitfe59cefb6971ded0f130bbdd3dfeb1fcc9446c31
tree491fa313c62ff61430043e88980a6b8b6b43b699
parent8f7e14eee717487086c66ae17fb9936e834c4469
staging/bcm: move IOCTL_BCM_GET_DEVICE_DRIVER_INFO 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