]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite2f6d6a0c0f6a37da0516a2770f8c5a7cbdc93a5
treebb4673a7fdf5cbc69814f6144aeed38adcfa59fa
parentd1fc4db024e75018dd57776b9f7304263e2678c8
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