diff options
author | Kelley Nielsen <kelleynnn@gmail.com> | 2013-10-29 15:08:06 (GMT) |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-10-29 15:36:17 (GMT) |
commit | 8cf9ff570b73273c6439ade681466c87199a8104 (patch) | |
tree | ed3b292e1c200c0418c7ba2c4713e2f430b49ce4 /drivers/connector | |
parent | 74827f8dfa52103db66c32958f2844abbcec92c5 (diff) | |
download | linux-fsl-qoriq-8cf9ff570b73273c6439ade681466c87199a8104.tar.xz |
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>
Diffstat (limited to 'drivers/connector')
0 files changed, 0 insertions, 0 deletions