Skip to content

Commit 0d6e855

Browse files
lgdacunhigaw
authored andcommitted
plugins/solidigm: Reverting VU SMART attribute names change.
A different solution will be adopted. Signed-off-by: Leonardo da Cunha <[email protected]>
1 parent 9597544 commit 0d6e855

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

plugins/solidigm/solidigm-smart.c

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ static char *id_to_name(__u8 id)
7878
case 0xB8:
7979
return "e2e_error_detect_count";
8080
case 0xC7:
81-
return "bad_tlp_count";
81+
return "crc_error_count";
8282
case 0xE2:
8383
return "media_wear_percentage";
8484
case 0xE3:
@@ -89,10 +89,6 @@ static char *id_to_name(__u8 id)
8989
return "read_commands_in_flight_counter";
9090
case 0xE6:
9191
return "write_commands_in_flight_counter";
92-
case 0xE7:
93-
return "bad_dllp_count";
94-
case 0xE8:
95-
return "receiver_error_count";
9692
case 0xEA:
9793
return "thermal_throttle_status";
9894
case 0xEE:

0 commit comments

Comments
 (0)