From: Larry Finger Date: Fri, 14 Feb 2014 22:54:07 +0000 (-0600) Subject: staging: r8188eu: Remove union wrapping of recv_frame X-Git-Tag: v3.15-rc1~139^2~1046 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f31cca8e920728ab8d3472791dd551c5e993f051;p=pandora-kernel.git staging: r8188eu: Remove union wrapping of recv_frame We have now removed everthing from the union except the struct. The union can be deleted, the struct renamed, and the referencing of members of the struct becomes a lot simpler. Some, but not all, of the problems noted by checkpatch.pl have been fixed. Sugggested-by: Jes Sorensen Signed-off-by: Larry Finger Cc: Jes Sorensen Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed