From a1a7a246a625ed2662f74a9ac69ca150eeda4c36 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Tue, 28 Jul 2009 14:44:04 -0700 Subject: [PATCH] --- yaml --- r: 165761 b: refs/heads/master c: 77867fff033ea549096c49d863c564ad7d8be36f h: refs/heads/master i: 165759: 6116f0948509fcd794cb963a631e4ef33a81ab87 v: v3 --- [refs] | 2 +- trunk/drivers/dma/ioat/dma.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index d0e973f56366..7ab499ac3ca3 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f2427e276ffec5ce599c6bc116e0927269a360ef +refs/heads/master: 77867fff033ea549096c49d863c564ad7d8be36f diff --git a/trunk/drivers/dma/ioat/dma.h b/trunk/drivers/dma/ioat/dma.h index 1226e35f2709..9f0c853b6a77 100644 --- a/trunk/drivers/dma/ioat/dma.h +++ b/trunk/drivers/dma/ioat/dma.h @@ -102,8 +102,8 @@ struct ioat_dma_chan { struct delayed_work work; int pending; - int dmacount; - int desccount; + u16 dmacount; + u16 desccount; struct ioatdma_device *device; struct dma_chan common;