git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
067f8c7
)
libata: make ata_sff_data_xfer_noirq() work with 32-bit PIO
author
Bartlomiej Zolnierkiewicz
<bzolnier@gmail.com>
Thu, 13 Oct 2011 13:04:43 +0000
(15:04 +0200)
committer
Jeff Garzik
<jgarzik@redhat.com>
Fri, 14 Oct 2011 17:37:31 +0000
(13:37 -0400)
Always use ata_sff_data_xfer32() in ata_sff_data_xfer_noirq()
so the latter can be also used for host controllers supporting
32-bit PIO operations.
It is a completely safe thing to do because if 32-bit PIO is
not supported or enabled ata_sff_data_xfer32() will fallback
to a standard method.
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
drivers/ata/libata-sff.c
patch
|
blob
|
history
diff --cc
drivers/ata/libata-sff.c
Simple merge