Eliminate a warning
This commit is contained in:
parent
52601d9da8
commit
3afc0799ad
@ -167,7 +167,7 @@ static int up_setmacaddr(void)
|
||||
{
|
||||
/* Set the MAC address */
|
||||
|
||||
ret = netdriver_setmacaddr(&req.ifr_hwaddr.sa_data);
|
||||
ret = netdriver_setmacaddr((unsigned char *)&req.ifr_hwaddr.sa_data);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user