From: Andrew Morton Date: Fri, 17 Mar 2006 07:58:44 +0000 (-0800) Subject: [PATCH] skfp warning fixes X-Git-Tag: v2.6.17-rc1~1152 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d781a02313e9f22923ee919d99e1cf72fd1f468;p=pandora-kernel.git [PATCH] skfp warning fixes drivers/net/skfp/fplustm.c: In function `enable_formac': drivers/net/skfp/fplustm.c:552: warning: large integer implicitly truncated to unsigned type drivers/net/skfp/fplustm.c:555: warning: large integer implicitly truncated to unsigned type These arguments were changed to `const', so the compiler can now see that it's doing and outw(..., 0xffffnnnn). Cast the arg to ushort. Signed-off-by: Andrew Morton Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed