From: Kelley Nielsen Date: Tue, 29 Oct 2013 15:08:06 +0000 (-0700) Subject: staging: ft1000: status variables changed to int in ft1000_download.c X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~62^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8cf9ff570b73273c6439ade681466c87199a8104;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed