libata: set dma_mode to 0xff in reset
authorAaron Lu <aaron.lu@intel.com>
Mon, 3 Dec 2012 03:35:02 +0000 (11:35 +0800)
committerJeff Garzik <jgarzik@redhat.com>
Mon, 3 Dec 2012 10:07:13 +0000 (05:07 -0500)
commit5416912af75de9cba5d1c75b99a7888b0bbbd2fb
tree9260eee97844fa1fb4ae8c7a6524af69457f9381
parentf295be25a0e7baeda1e338aeb84e16b727b78c7e
libata: set dma_mode to 0xff in reset

ata_device->dma_mode's initial value is zero, which is not a valid dma
mode, but ata_dma_enabled will return true for this value. This patch
sets dma_mode to 0xff in reset function, so that ata_dma_enabled will
not return true for this case, or it will cause problem for pata_acpi.

The corrsponding bugzilla page is at:
https://bugzilla.kernel.org/show_bug.cgi?id=49151

Reported-by: Phillip Wood <phillip.wood@dunelm.org.uk>
Signed-off-by: Aaron Lu <aaron.lu@intel.com>
Tested-by: Szymon Janc <szymon@janc.net.pl>
Tested-by: Dutra Julio <dutra.julio@gmail.com>
Acked-by: Alan Cox <alan@linux.intel.com>
Cc: <stable@kernel.org>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
drivers/ata/libata-core.c
drivers/ata/libata-eh.c