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:
f9997be
)
[PATCH] libata irq-pio: simplify if condition in ata_dataout_task()
author
Albert Lee
<albertcc@tw.ibm.com>
Fri, 30 Sep 2005 11:11:35 +0000
(19:11 +0800)
committer
Jeff Garzik
<jgarzik@pobox.com>
Fri, 30 Sep 2005 11:21:06 +0000
(07:21 -0400)
- Use if (qc->tf.protocol == ATA_PROT_PIO) instead of
if(is_atapi_taskfile()) in ata_dataout_task()
Signed-off-by: Albert Lee <albertcc@tw.ibm.com>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
drivers/scsi/libata-core.c
patch
|
blob
|
history
diff --cc
drivers/scsi/libata-core.c
Simple merge