staging/bcm: move IOCTL_BCM_BUFFER_DOWNLOAD_START case out to its own function.
authorDave Jones <davej@redhat.com>
Thu, 13 Feb 2014 19:45:57 +0000 (14:45 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 13 Feb 2014 21:10:03 +0000 (13:10 -0800)
commit79f99494892c8bd7e7464ee273d8a43fc08c406d
treec93dd25f20b5e88d066bf79610d718ec6ddfffa3
parent0566ee9536c29e6eca0b0f9191f9ea3585a7ea46
staging/bcm: move IOCTL_BCM_BUFFER_DOWNLOAD_START 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