commit | fe59cefb6971ded0f130bbdd3dfeb1fcc9446c31 | [log] [tgz] |
---|---|---|
author | Dave Jones <davej@redhat.com> | Thu Feb 13 14:48:09 2014 -0500 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Feb 13 13:36:16 2014 -0800 |
tree | 491fa313c62ff61430043e88980a6b8b6b43b699 | |
parent | 8f7e14eee717487086c66ae17fb9936e834c4469 [diff] |
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>