staging: ft1000: function request_code_segment extracted
authorKelley Nielsen <kelleynnn@gmail.com>
Tue, 29 Oct 2013 15:01:50 +0000 (08:01 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 29 Oct 2013 15:36:16 +0000 (08:36 -0700)
commitaaeb94c93ca6de2da1901a6ca97693672ab3458c
treeee1b40a0f176d4fa50d29cb7674c64d82664458b
parenteb3836cefcc315c53ba25cb589f7b06aa962578b
staging: ft1000: function request_code_segment extracted

function scram_dnldr in ft1000_download.c is very long and contains many
coding style errors and best practice violations. It consists of nested
switch statements inside a while loop. One of the inner switch cases has
been extracted as a helper function. Also, some style errors (such as
C99 comments) have been fixed, an assignment to an unread variable has
been removed, and break statements inside ifs have been converted to
returns.

Signed-off-by: Kelley Nielsen <kelleynnn@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ft1000/ft1000-usb/ft1000_download.c