From: Larry Finger Date: Thu, 17 Apr 2014 15:35:22 +0000 (-0500) Subject: staging: r8188eu: Fix some sparse warnings X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~36^2~554 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ca83759a6e3a870711324e0bffd77d02c5d5628;p=pandora-kernel.git staging: r8188eu: Fix some sparse warnings In a patch entitles "staging: r8188eu: Fix case where ethtype was never obtained and always be checked against 0" (commit ID unknown), I introduce an endian error. This patch fixes that, and removes two additional sparse warnings. drivers/staging/rtl8188eu/core/rtw_recv.c:653:6: warning: symbol 'process_pwrbit_data' was not declared. Should it be static? drivers/staging/rtl8188eu/core/rtw_recv.c:1828:5: warning: symbol 'enqueue_reorder_recvframe' was not declared. Should it be static? Reported-by: Dan Carpenter Signed-off-by: Larry Finger Cc: Dan Carpenter Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed