[PATCH 02/13] staging: r8188eu: Remove pointless "alignment" entry in recv_frame

Larry Finger Larry.Finger at lwfinger.net
Fri Feb 14 22:54:06 UTC 2014


This alignment entry in union recv_frame does nothing. It certainly
dues not ensure alignment.

Suggested-by: Jes.Sorensen at redhat.com
Signed-off-by: Larry Finger <Larry.Finger at lwfinger.net>
Cc: Jes.Sorensen at redhat.com
---
 drivers/staging/rtl8188eu/include/rtw_recv.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/staging/rtl8188eu/include/rtw_recv.h b/drivers/staging/rtl8188eu/include/rtw_recv.h
index 866c9e4..c6d7a65 100644
--- a/drivers/staging/rtl8188eu/include/rtw_recv.h
+++ b/drivers/staging/rtl8188eu/include/rtw_recv.h
@@ -292,7 +292,6 @@ struct recv_frame_hdr {
 union recv_frame {
 	union {
 		struct recv_frame_hdr hdr;
-		uint mem[RECVFRAME_HDR_ALIGN>>2];
 	} u;
 };
 
-- 
1.8.4.5



More information about the devel mailing list