From 7ca83759a6e3a870711324e0bffd77d02c5d5628 Mon Sep 17 00:00:00 2001 From: Larry Finger Date: Thu, 17 Apr 2014 10:35:22 -0500 Subject: [PATCH] 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-format-patch failed