]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
staging/bcm: move IOCTL_BCM_EEPROM_REGISTER_WRITE case out to its own function.
authorDave Jones <davej@redhat.com>
Thu, 13 Feb 2014 19:45:21 +0000 (14:45 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 13 Feb 2014 21:09:58 +0000 (13:09 -0800)
commit4d4b00a968278d9187b92f5cdc2b1bf55e010bbc
tree3e117fb9eafaf494b5f41e92a70c201d74b618ff
parent3195d4e0d9d6f2a51a2260abb7b21569af81f6ed
staging/bcm: move IOCTL_BCM_EEPROM_REGISTER_WRITE 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