commit | 84f7a542f9e0191b6f7ab87881a050889576a5c4 | [log] [tgz] |
---|---|---|
author | Dave Jones <davej@redhat.com> | Thu Feb 13 14:48:14 2014 -0500 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Feb 13 13:36:16 2014 -0800 |
tree | 021db790d33cc6f6f8c406bcd8c9838c3fa3f2a5 | |
parent | fe59cefb6971ded0f130bbdd3dfeb1fcc9446c31 [diff] |
staging/bcm: move IOCTL_BCM_TIME_SINCE_NET_ENTRY 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>