Searched hist:bccbe619b1138c801a4a789dc30c265c7a34dbc5 (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/drivers/net/ |
| H A D | eepro100.c | bccbe619b1138c801a4a789dc30c265c7a34dbc5 Mon May 21 14:45:25 UTC 2012 Joe Hershberger <joe.hershberger@ni.com> drivers/net/eepro100.c: Fix compile warning
Fix this: eepro100.c: In function 'eepro100_initialize': eepro100.c:464:13: warning: assignment from incompatible pointer type eepro100.c: In function 'eepro100_recv': eepro100.c:694:4: 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 u8 *'
The use of a descriptor like this may mean DMA will update this at will Beware this may be a source of trouble on some boards
Signed-off-by: Joe Hershberger <joe.hershberger@ni.com> Cc: Joe Hershberger <joe.hershberger@gmail.com>
|