From: Harvey Harrison Date: Wed, 13 Oct 2010 18:59:13 +0000 (+0000) Subject: niu: introduce temp variables to avoid sparse warnings when swapping in-situ X-Git-Tag: v2.6.37-rc1~147^2~126 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed440e82fee9652715a8145ffee8f56396017d9a;p=pandora-kernel.git niu: introduce temp variables to avoid sparse warnings when swapping in-situ Suppress a large block of warnings like: drivers/net/niu.c:7094:38: warning: incorrect type in assignment (different base types) drivers/net/niu.c:7094:38: expected restricted __be32 [usertype] ip4src drivers/net/niu.c:7094:38: got unsigned long long drivers/net/niu.c:7104:17: warning: cast from restricted __be32 ... Signed-off-by: Harvey Harrison Signed-off-by: David S. Miller --- Reading git-diff-tree failed