{
        struct rio_mport_mapping *map = vma->vm_private_data;
 
-rmcd_debug(MMAP, "0x%pad", &map->phys_addr);
+       rmcd_debug(MMAP, "%pad", &map->phys_addr);
        kref_get(&map->ref);
 }
 
 {
        struct rio_mport_mapping *map = vma->vm_private_data;
 
-rmcd_debug(MMAP, "0x%pad", &map->phys_addr);
+       rmcd_debug(MMAP, "%pad", &map->phys_addr);
        mutex_lock(&map->md->buf_mutex);
        kref_put(&map->ref, mport_release_mapping);
        mutex_unlock(&map->md->buf_mutex);
 
                ibw_start = lstart & ~(ibw_size - 1);
 
                tsi_debug(IBW, &priv->pdev->dev,
-                       "Direct (RIO_0x%llx -> PCIe_0x%pad), size=0x%x, ibw_start = 0x%llx",
+                       "Direct (RIO_0x%llx -> PCIe_%pad), size=0x%x, ibw_start = 0x%llx",
                        rstart, &lstart, size, ibw_start);
 
                while ((lstart + size) > (ibw_start + ibw_size)) {
 
        } else {
                tsi_debug(IBW, &priv->pdev->dev,
-                       "Translated (RIO_0x%llx -> PCIe_0x%pad), size=0x%x",
+                       "Translated (RIO_0x%llx -> PCIe_%pad), size=0x%x",
                        rstart, &lstart, size);
 
                if (!is_power_of_2(size) || size < 0x1000 ||
        priv->ibwin_cnt--;
 
        tsi_debug(IBW, &priv->pdev->dev,
-               "Configured IBWIN%d (RIO_0x%llx -> PCIe_0x%pad), size=0x%llx",
+               "Configured IBWIN%d (RIO_0x%llx -> PCIe_%pad), size=0x%llx",
                i, ibw_start, &loc_start, ibw_size);
 
        return 0;
        int i;
 
        tsi_debug(IBW, &priv->pdev->dev,
-               "Unmap IBW mapped to PCIe_0x%pad", &lstart);
+               "Unmap IBW mapped to PCIe_%pad", &lstart);
 
        /* Search for matching active inbound translation window */
        for (i = 0; i < TSI721_IBWIN_NUM; i++) {