staging/rdma/hfi1: Remove spurious error messages
[deliverable/linux.git] / lib / dma-debug.c
index fcb65d2a0b947e85e335599229bd3a44a1c425d7..8855f019ebe8a61957795b0d5f5c3339fe180f5a 100644 (file)
@@ -1249,6 +1249,14 @@ static void check_sync(struct device *dev,
                                dir2name[entry->direction],
                                dir2name[ref->direction]);
 
+       if (ref->sg_call_ents && ref->type == dma_debug_sg &&
+           ref->sg_call_ents != entry->sg_call_ents) {
+               err_printk(ref->dev, entry, "DMA-API: device driver syncs "
+                          "DMA sg list with different entry count "
+                          "[map count=%d] [sync count=%d]\n",
+                          entry->sg_call_ents, ref->sg_call_ents);
+       }
+
 out:
        put_hash_bucket(bucket, &flags);
 }
This page took 0.037182 seconds and 5 git commands to generate.