From: Dave Jones Date: Thu, 13 Feb 2014 19:45:21 +0000 (-0500) Subject: staging/bcm: move IOCTL_BCM_EEPROM_REGISTER_WRITE case out to its own function. X-Git-Tag: v3.15-rc1~139^2~1160 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d4b00a968278d9187b92f5cdc2b1bf55e010bbc;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed