9
0
Fork 0

Code cleanup

This commit is contained in:
Wolfgang Denk 2006-07-21 20:57:53 +02:00
parent fc1840e881
commit 048f6b436b
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -175,7 +175,7 @@ s32 eth_send(volatile void *packet, s32 length)
}
/* copy user data into frame data pointer */
memcpy((void *)eth->m_curTX_FD->m_frameDataPtr.bf.dataPtr,
memcpy((void *)(eth->m_curTX_FD->m_frameDataPtr.bf.dataPtr),
(void *)packet,
length);