projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40f46f1
)
libata: convert NCQ test in ata_qc_issue() to ata_is_ncq()
author
Tejun Heo
<htejun@gmail.com>
Wed, 5 Dec 2007 01:36:13 +0000
(10:36 +0900)
committer
Jeff Garzik
<jeff@garzik.org>
Wed, 23 Jan 2008 10:24:13 +0000
(
05:24
-0500)
I missed one while converting to ata_is_*() protocol test helpers.
Convert it. Pointed out by Jeff Garzik.
Signed-off-by: Tejun Heo <htejun@gmail.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/ata/libata-core.c
patch
|
blob
|
history
diff --git
a/drivers/ata/libata-core.c
b/drivers/ata/libata-core.c
index f01c1734b1d0e2a4847f2afe0b8656389c202379..2b57547bd740478379d6ec9740191ca56240815d 100644
(file)
--- a/
drivers/ata/libata-core.c
+++ b/
drivers/ata/libata-core.c
@@
-5990,7
+5990,7
@@
void ata_qc_issue(struct ata_queued_cmd *qc)
*/
WARN_ON(ap->ops->error_handler && ata_tag_valid(link->active_tag));
- if (
prot == ATA_PROT_NCQ
) {
+ if (
ata_is_ncq(prot)
) {
WARN_ON(link->sactive & (1 << qc->tag));
if (!link->sactive)