summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--atasmart.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/atasmart.c b/atasmart.c
index 698f2e2..d3be001 100644
--- a/atasmart.c
+++ b/atasmart.c
@@ -1826,7 +1826,7 @@ static const SkSmartAttributeInfo *lookup_attribute(SkDisk *d, uint8_t id) {
/* %STRINGPOOLSTART% */
if (quirk & SK_SMART_QUIRK_233_MEDIAWEAROUTINDICATOR) {
static const SkSmartAttributeInfo a = {
- "media-wearout-indicator", SK_SMART_ATTRIBUTE_UNIT_UNKNOWN, NULL
+ "media-wearout-indicator", SK_SMART_ATTRIBUTE_UNIT_PERCENT, NULL
};
return &a;
}