staging/bcm: move IOCTL_BCM_EEPROM_REGISTER_READ case out to its own function.
authorDave Jones <davej@redhat.com>
Thu, 13 Feb 2014 19:45:16 +0000 (14:45 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 13 Feb 2014 21:09:58 +0000 (13:09 -0800)
commit3195d4e0d9d6f2a51a2260abb7b21569af81f6ed
treecb3fce494c374362fa3c009ad5bfeff4861fa6c8
parent6827009f09d27e51aed337c11c699f7b1cfc84ce
staging/bcm: move IOCTL_BCM_EEPROM_REGISTER_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>
drivers/staging/bcm/Bcmchar.c