diff options
author | Dan Williams <dan.j.williams@intel.com> | 2009-09-08 15:00:55 -0400 |
---|---|---|
committer | Dan Williams <dan.j.williams@intel.com> | 2009-09-08 20:30:23 -0400 |
commit | 6df9183a153291a2585a8dfe67597fc18c201147 (patch) | |
tree | 5e5f3b3da9308e20f2dda71c85242460bb7cacfa /drivers/dma/ioat/dma_v2.h | |
parent | 38e12f64a165e83617c21dae3c15972fd8d639f5 (diff) |
ioat: add some dev_dbg() calls
Provide some output for debugging the driver.
Signed-off-by: Maciej Sosnowski <maciej.sosnowski@intel.com>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to 'drivers/dma/ioat/dma_v2.h')
-rw-r--r-- | drivers/dma/ioat/dma_v2.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/dma/ioat/dma_v2.h b/drivers/dma/ioat/dma_v2.h index 94a553eacdbd..c72ccb5dfd5b 100644 --- a/drivers/dma/ioat/dma_v2.h +++ b/drivers/dma/ioat/dma_v2.h | |||
@@ -116,6 +116,9 @@ struct ioat_ring_ent { | |||
116 | struct ioat_dma_descriptor *hw; | 116 | struct ioat_dma_descriptor *hw; |
117 | struct dma_async_tx_descriptor txd; | 117 | struct dma_async_tx_descriptor txd; |
118 | size_t len; | 118 | size_t len; |
119 | #ifdef DEBUG | ||
120 | int id; | ||
121 | #endif | ||
119 | }; | 122 | }; |
120 | 123 | ||
121 | static inline struct ioat_ring_ent * | 124 | static inline struct ioat_ring_ent * |