staging/bcm: move several request ioctl cases out to its own function.
authorDave Jones <davej@redhat.com>
Thu, 13 Feb 2014 19:45:52 +0000 (14:45 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 13 Feb 2014 21:10:02 +0000 (13:10 -0800)
commit0566ee9536c29e6eca0b0f9191f9ea3585a7ea46
tree076471f0f05405dc31b84b954a33430a532832ff
parente2d94d261e7ffce29af31086703fd5aa03653c43
staging/bcm: move several request ioctl cases 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