mirror of
https://github.com/torvalds/linux.git
synced 2025-11-06 19:50:24 +02:00
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> |
||
|---|---|---|
| .. | ||
| h | ||
| can.c | ||
| cfm.c | ||
| drvfbi.c | ||
| ecm.c | ||
| ess.c | ||
| fplustm.c | ||
| hwmtm.c | ||
| hwt.c | ||
| Makefile | ||
| pcmplc.c | ||
| pmf.c | ||
| queue.c | ||
| rmt.c | ||
| skfddi.c | ||
| smt.c | ||
| smtdef.c | ||
| smtinit.c | ||
| smttimer.c | ||
| srf.c | ||