summaryrefslogtreecommitdiffstats
path: root/atasmart.c
diff options
context:
space:
mode:
Diffstat (limited to 'atasmart.c')
-rw-r--r--atasmart.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/atasmart.c b/atasmart.c
index b8ff4a4..9ca76ab 100644
--- a/atasmart.c
+++ b/atasmart.c
@@ -1692,8 +1692,7 @@ static void reallocated_cb(SkDisk *d, const SkSmartAttributeParsedData *a, struc
if (a->pretty_unit != SK_SMART_ATTRIBUTE_UNIT_SECTORS)
return;
- if (!strcmp(a->name, "reallocated-sector-count") ||
- !strcmp(a->name, "reallocated-event-count")) {
+ if (!strcmp(a->name, "reallocated-sector-count")) {
if (!ah->found || a->pretty_value > *ah->value)
*ah->value = a->pretty_value;