commit | 0e949ff304a7ca07db38c17fbbf3ead1085d7bbf | [log] [tgz] |
---|---|---|
author | Tejun Heo <htejun@gmail.com> | Sun Feb 12 22:47:04 2006 +0900 |
committer | Jeff Garzik <jgarzik@pobox.com> | Sun Feb 12 14:24:41 2006 -0500 |
tree | ecc4834d27e221863dc5dbef3c13763dbdf4dd56 | |
parent | 48f80e12abbc1e9034e54614c30e7c304209ce99 [diff] |
[PATCH] libata: implement ata_dev_id_c_string() ata_dev_id_c_string() reads ATA string from the specified offset of the given IDENTIFY PAGE and puts it in the specified buffer in trimmed and NULL-terminated form. The caller must supply a buffer which is one byte larger than the maximum size of the target ID string. Signed-off-by: Tejun Heo <htejun@gmail.com> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>