commit | b3e5804e48dfad205ef45f03e30afb8a31256566 | [log] [tgz] |
---|---|---|
author | Dave Jones <davej@redhat.com> | Thu Feb 13 14:47:59 2014 -0500 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Feb 13 13:36:15 2014 -0800 |
tree | 68ff426822a617861681142882a6a557bc7a5a49 | |
parent | 3c06b7a174bd4e8ca1db9614a9d5be49db2dc868 [diff] |
staging/bcm: move IOCTL_BCM_NVM_RAW_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>