]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/s3c4510b_eth.c
Code cleanup for GCC-3.3.x compilers
[karo-tx-uboot.git] / drivers / s3c4510b_eth.c
index 694703c423b65bcf36a69defdbc78011407deb91..0274dd2f99073ff5590557abfa14bb0806e83fea 100644 (file)
@@ -170,7 +170,7 @@ s32 eth_send(volatile void *packet, s32 length)
        ETH *eth = &m_eth;
 
        if ( eth->m_curTX_FD->m_frameDataPtr.bf.owner) {
-               printf(__FUNCTION__"(): TX Frame.  CPU not owner.\n");
+               printf("eth_send(): TX Frame.  CPU not owner.\n");
                return -1;
        }