ok = musb->hb_iso_rx;
 
                if (!ok) {
-                       DBG(4, "%s: not support ISO high bandwidth\n", __func__);
+                       DBG(4, "no support for high bandwidth ISO\n");
                        goto fail;
                }
                musb_ep->hb_mult = (tmp >> 11) & 3;
                        goto fail;
 
                if (tmp > hw_ep->max_packet_sz_tx) {
-                       DBG(4, "%s: packet size beyond hw fifo size\n", __func__);
+                       DBG(4, "packet size beyond hardware FIFO size\n");
                        goto fail;
                }
 
                        goto fail;
 
                if (tmp > hw_ep->max_packet_sz_rx) {
-                       DBG(4, "%s: packet size beyond hw fifo size\n", __func__);
+                       DBG(4, "packet size beyond hardware FIFO size\n");
                        goto fail;
                }
 
 
        /* driver must be initialized to support peripheral mode */
        if (!musb) {
-               DBG(1, "%s, no dev??\n", __func__);
+               DBG(1, "no dev??\n");
                retval = -ENODEV;
                goto err0;
        }