From 8677354316cb29b0bfc249af93d8204929d4bb40 Mon Sep 17 00:00:00 2001 From: Yoichi Yuasa Date: Thu, 28 Feb 2008 21:43:13 +0900 Subject: [PATCH] --- yaml --- r: 89255 b: refs/heads/master c: 83c063dd730cb56bf3fc89b70250ff9a398fec1e h: refs/heads/master i: 89253: e677964d5df714d39ac8a71fbcbfc0d74d4f66e7 89251: 6993d6f6431a24b1d95a75cf4c5ae3fef235561d 89247: 802851ebec02168020e0178e4ffc6eb52b557844 v: v3 --- [refs] | 2 +- trunk/include/linux/libata.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index dbe638e73e2f..ebf64f472756 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c30484d775eb0b899f2b6a8f5508a99ecaba59fc +refs/heads/master: 83c063dd730cb56bf3fc89b70250ff9a398fec1e diff --git a/trunk/include/linux/libata.h b/trunk/include/linux/libata.h index b25ea6ab1be9..a05de2ba7a72 100644 --- a/trunk/include/linux/libata.h +++ b/trunk/include/linux/libata.h @@ -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; } /*