Skip to content

Commit 02731fc

Browse files
committed
chore: remove non-existent sense key
1 parent 1c38ea5 commit 02731fc

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/tape_drivers/ibm_tape.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,6 @@ struct supported_device *usb_supported_drives[] = {
378378
struct error_table ibm_tape_errors[] = {
379379
/* Sense Key 0 (No Sense) */
380380
{0x008282, -EDEV_CLEANING_REQUIRED, "IBM LTO - Cleaning Required"},
381-
{0x00EE13, -EDEV_RECOVERED_ERROR, "Encryption - Key translate"},
382381

383382
/* Sense Key 1 (Recoverd Error) */
384383
{0x015DFF, -EDEV_RECOVERED_ERROR, "Failure Prediction Threshold Exceeded (FALSE)"},

0 commit comments

Comments
 (0)