staging/bcm: move IOCTL_BCM_GET_FLASH_CS_INFO case out to its own function.
authorDave Jones <davej@redhat.com>
Thu, 13 Feb 2014 19:47:48 +0000 (14:47 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 13 Feb 2014 21:36:15 +0000 (13:36 -0800)
commit3aae97fb491bf17d0ef0b39b55207fa3f199cc89
treebb4673a7fdf5cbc69814f6144aeed38adcfa59fa
parent3e2aea599222a5f345fc425084fb17668f5d88e5
staging/bcm: move IOCTL_BCM_GET_FLASH_CS_INFO 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