From: Wu, Bryan Date: Thu, 26 Apr 2007 07:38:01 +0000 (-0700) Subject: USB gadget rndis: fix struct rndis_packet_msg_type unaligned bug X-Git-Tag: v2.6.22-rc1~1117^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=178398dca00b276aaa1aded7cded89921f710365;p=pandora-kernel.git USB gadget rndis: fix struct rndis_packet_msg_type unaligned bug skb_push function may return a pointer which is not aligned as required by struct rndis_packet_msg_type. Using attribute trick to fix this bug. Signed-off-by: Roy Huang Signed-off-by: Jie Zhang Signed-off-by: Bryan Wu Cc: David Brownell Signed-off-by: Andrew Morton Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed