libata-core: kill duplicate statement in ata_do_set_mode()
authorSergei Shtylyov <sshtylyov@ru.mvista.com>
Thu, 22 Dec 2011 19:41:32 +0000 (22:41 +0300)
committerJeff Garzik <jgarzik@redhat.com>
Mon, 9 Jan 2012 00:14:58 +0000 (19:14 -0500)
commit80a9c430007b489823bc1b5300f4a1ba39ca1ef9
tree3e64070cd2ea995d59fcb5593d5542aafe0682e7
parentd0643aa16688131b4dfbd03797ad73bab4ff29bf
libata-core: kill duplicate statement in ata_do_set_mode()

Commit b3a706014e56b1356e7b275fd25b833c63175bf0 (libata: Add a
drivers/ide style DMA disable) neglected to remove the line in
ata_do_set_mode() it has obviously made useless/duplicated.  Do this
now, and make a line added back then wrapped properly...

Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
drivers/ata/libata-core.c