commit | b4571fc2067b2568c5c05b063e7488ba30476670 | [log] [tgz] |
---|---|---|
author | Dave Jones <davej@redhat.com> | Thu Feb 13 14:47:18 2014 -0500 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Feb 13 13:36:13 2014 -0800 |
tree | 79bfac3cae68bab021075c43e0d390187fc80074 | |
parent | 5be531c22a9fa2b8f988462fa3950fa2fe33eacd [diff] |
staging/bcm: move IOCTL_BCM_FLASH2X_SECTION_READ 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>