diff options
Diffstat (limited to 'drivers/dma/ioat/dma.h')
-rw-r--r-- | drivers/dma/ioat/dma.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/ioat/dma.h b/drivers/dma/ioat/dma.h index 53a4cbb78f47..95ae7b3139ec 100644 --- a/drivers/dma/ioat/dma.h +++ b/drivers/dma/ioat/dma.h | |||
@@ -179,7 +179,7 @@ __dump_desc_dbg(struct ioat_chan_common *chan, struct ioat_dma_descriptor *hw, | |||
179 | struct device *dev = to_dev(chan); | 179 | struct device *dev = to_dev(chan); |
180 | 180 | ||
181 | dev_dbg(dev, "desc[%d]: (%#llx->%#llx) cookie: %d flags: %#x" | 181 | dev_dbg(dev, "desc[%d]: (%#llx->%#llx) cookie: %d flags: %#x" |
182 | " ctl: %#x (op: %d int_en: %d compl: %d)\n", id, | 182 | " ctl: %#10.8x (op: %#x int_en: %d compl: %d)\n", id, |
183 | (unsigned long long) tx->phys, | 183 | (unsigned long long) tx->phys, |
184 | (unsigned long long) hw->next, tx->cookie, tx->flags, | 184 | (unsigned long long) hw->next, tx->cookie, tx->flags, |
185 | hw->ctl, hw->ctl_f.op, hw->ctl_f.int_en, hw->ctl_f.compl_write); | 185 | hw->ctl, hw->ctl_f.op, hw->ctl_f.int_en, hw->ctl_f.compl_write); |