]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/infiniband/hw/amso1100/c2_vq.c
Merge branch 'linus' into core/urgent
[linux-2.6-omap-h63xx.git] / drivers / infiniband / hw / amso1100 / c2_vq.c
index cfdacb1ec279b15fb2f0ef43eb4789e6bd3ab654..9ce7819b7b2e5f2988d0a22fcd085cf77f5c3cad 100644 (file)
@@ -197,7 +197,7 @@ int vq_send_wr(struct c2_dev *c2dev, union c2wr *wr)
         */
        while (msg == NULL) {
                pr_debug("%s:%d no available msg in VQ, waiting...\n",
-                      __FUNCTION__, __LINE__);
+                      __func__, __LINE__);
                init_waitqueue_entry(&__wait, current);
                add_wait_queue(&c2dev->req_vq_wo, &__wait);
                spin_unlock(&c2dev->vqlock);