diff options
author | Andrew Morton <akpm@osdl.org> | 2006-03-17 07:58:44 (GMT) |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2006-03-21 21:00:53 (GMT) |
commit | 3d781a02313e9f22923ee919d99e1cf72fd1f468 (patch) | |
tree | fab9e90894de2fcd483603f66ca592cf1f136c4d /drivers/macintosh/Kconfig | |
parent | 09779c6df2dbe95483269d194b327d41fe2cc57e (diff) | |
download | linux-fsl-qoriq-3d781a02313e9f22923ee919d99e1cf72fd1f468.tar.xz |
[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 <akpm@osdl.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/macintosh/Kconfig')
0 files changed, 0 insertions, 0 deletions