Commit 83c063dd authored by Yoichi Yuasa's avatar Yoichi Yuasa Committed by Jeff Garzik

use ATA_TAG_INTERNAL in ata_tag_internal()

It should be ATA_TAG_INTERNAL.
Signed-off-by: default avatarYoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Signed-off-by: default avatarJeff Garzik <jeff@garzik.org>
parent c30484d7
......@@ -1121,7 +1121,7 @@ static inline unsigned int ata_tag_valid(unsigned int tag)
static inline unsigned int ata_tag_internal(unsigned int tag)
{
return tag == ATA_MAX_QUEUE - 1;
return tag == ATA_TAG_INTERNAL;
}
/*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment