diff options
Diffstat (limited to 'drivers/net/plb2800_eth.c')
| -rw-r--r-- | drivers/net/plb2800_eth.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/plb2800_eth.c b/drivers/net/plb2800_eth.c index 8aefc1414..f869514f2 100644 --- a/drivers/net/plb2800_eth.c +++ b/drivers/net/plb2800_eth.c @@ -4,7 +4,7 @@ * (C) Copyright 2003 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * - * SPDX-License-Identifier: GPL-2.0+ + * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> @@ -260,7 +260,7 @@ static int plb2800_eth_recv(struct eth_device *dev) printf("Received %d bytes\n", length); #endif NetReceive((void*)(NetRxPackets[rx_new]), - length - 4); + length - 4); } else { |