summaryrefslogtreecommitdiffstats
path: root/board/evb64260/eth_addrtbl.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/evb64260/eth_addrtbl.c')
-rw-r--r--board/evb64260/eth_addrtbl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/evb64260/eth_addrtbl.c b/board/evb64260/eth_addrtbl.c
index 69882f5302..e8ef0e3e52 100644
--- a/board/evb64260/eth_addrtbl.c
+++ b/board/evb64260/eth_addrtbl.c
@@ -57,7 +57,7 @@ unsigned int initAddressTable (u32 port, u32 hashMode, u32 hashSizeSelector)
realAddrTableBase[port] =
malloc (bytes + 64);
- tableBase = (unsigned int)realAddrTableBase;
+ tableBase = (unsigned int)realAddrTableBase;
if (!tableBase) {
printf ("%s: alloc memory failed \n", __FUNCTION__);
OpenPOWER on IntegriCloud