From: Tejun Heo Date: Tue, 2 Jan 2007 11:18:49 +0000 (+0900) Subject: libata: straighten out ATA_ID_* constants X-Git-Tag: v2.6.21-rc1~274^2~525 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0cf733b333eeeafb7324e2897448006c693c26c;p=pandora-kernel.git libata: straighten out ATA_ID_* constants * Kill _OFS suffixes in ATA_ID_{SERNO|FW_REV|PROD}_OFS for consistency with other ATA_ID_* constants. * Kill ATA_SERNO_LEN * Add and use ATA_ID_SERNO_LEN, ATA_ID_FW_REV_LEN and ATA_ID_PROD_LEN. This change also makes ata_device_blacklisted() use proper length for fwrev. Signed-off-by: Tejun Heo Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed