Searched hist:"4 ec45248929d9a81ee4c800b02da454f11326dff" (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/drivers/net/ |
| H A D | calxedaxgmac.c | 4ec45248929d9a81ee4c800b02da454f11326dff Mon May 21 14:45:20 UTC 2012 Joe Hershberger <joe.hershberger@ni.com> drivers/net/calxedaxgmac.c: Fix compile warning
Fix this: calxedaxgmac.c: In function 'xgmac_rx': calxedaxgmac.c:479:2: warning: passing argument 1 of 'NetReceive' discards qualifiers from pointer target type include/net.h:438:13: note: expected 'uchar *' but argument is of type 'volatile unsigned char *' calxedaxgmac.c: In function 'calxedaxgmac_initialize': calxedaxgmac.c:547:12: warning: assignment from incompatible pointer type
Signed-off-by: Joe Hershberger <joe.hershberger@ni.com> Cc: Joe Hershberger <joe.hershberger@gmail.com>
|