ata_generic: drop hard coded DMA force logic for CENATEK
commit728e0eaf99631d197e5158e21b4a8c4335a39231
authorTejun Heo <tj@kernel.org>
Fri, 2 Jul 2010 12:41:24 +0000 (2 14:41 +0200)
committerJeff Garzik <jgarzik@redhat.com>
Sun, 1 Aug 2010 23:36:04 +0000 (1 19:36 -0400)
tree4adba6f43f73ba4ae8894962a574efb1000ed79d
parentb429dd5998d6037e0057564f3894f56aff64d661
ata_generic: drop hard coded DMA force logic for CENATEK

Commit 1529c69adc (ata_generic: implement ATA_GEN_* flags and force
enable DMA on MBP 7,1) implemented ATA_GEN_FORCE_DMA for forcing DMA
mode and applied it to CENATEK but forgot to remove the original hard
coded logic.  This is removal of redundant logic and doesn't affect
correctness.

Signed-off-by: Tejun Heo <tj@kernel.org>
Reported-by: Andy Whitcroft <apw@canonical.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
drivers/ata/ata_generic.c