mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-29 08:01:08 +00:00
Fix compile warning in net/eth.c
Signed-off-by: Remy Bohmer <linux@bohmer.net>
This commit is contained in:
parent
3a26c43e42
commit
c650e1be41
1 changed files with 1 additions and 1 deletions
|
@ -453,7 +453,7 @@ int eth_receive(volatile void *packet, int length)
|
|||
void eth_try_another(int first_restart)
|
||||
{
|
||||
static struct eth_device *first_failed = NULL;
|
||||
char *ethrotate, *act;
|
||||
char *ethrotate;
|
||||
|
||||
/*
|
||||
* Do not rotate between network interfaces when
|
||||
|
|
Loading…
Reference in a new issue