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;