staging: ft1000: status variables changed to int in ft1000_download.c
authorKelley Nielsen <kelleynnn@gmail.com>
Tue, 29 Oct 2013 15:08:06 +0000 (08:08 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 29 Oct 2013 15:36:17 +0000 (08:36 -0700)
commit8cf9ff570b73273c6439ade681466c87199a8104
treeed3b292e1c200c0418c7ba2c4713e2f430b49ce4
parent74827f8dfa52103db66c32958f2844abbcec92c5
staging: ft1000: status variables changed to int in ft1000_download.c

Linux uses a return type of int for status codes. The file
ft1000_download.c uses a mixture of u16 and u32. This patch changes all
variables called status or Status to ints, whether they are returned
from the function or not. It also changes the return type of all
functions returning one of the variables to correspond. Also, the
declaration of scram_dnldr has been changed in ft1000_usb.h.

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
drivers/staging/ft1000/ft1000-usb/ft1000_usb.h