From: Dan Williams Date: Tue, 8 Sep 2009 19:01:21 +0000 (-0700) Subject: ioat: preserve chanctrl bits when re-arming interrupts X-Git-Tag: v2.6.32-rc1~60^2^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6ab95b55735fa03cad8d0f966647e5df206e207;p=pandora-kernel.git ioat: preserve chanctrl bits when re-arming interrupts The register write in ioat_dma_cleanup_tasklet is unfortunate in two ways: 1/ It clears the extra 'enable' bits that we set at alloc_chan_resources time 2/ It gives the impression that it disables interrupts when it is in fact re-arming interrupts [ Impact: fix, persist the value of the chanctrl register when re-arming ] Signed-off-by: Maciej Sosnowski Signed-off-by: Dan Williams --- Reading git-diff-tree failed