From: Hennerich, Michael Date: Tue, 6 Feb 2007 00:41:35 +0000 (-0800) Subject: fix unaligned exception in /drivers/net/wireless/orinoco.c X-Git-Tag: v2.6.21-rc1~92^2~31^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dde6d43d060bf0e0f38c66f76908e460db3bf0d8;p=pandora-kernel.git fix unaligned exception in /drivers/net/wireless/orinoco.c Prevent an unaligned exception to occur. (GCC 4.1) tmp is defined as char pointer while it is later accessed as short. Cc: Jean Tourrilhes Cc: John W. Linville Cc: Jeff Garzik Signed-off-by: Andrew Morton Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed