Skip to content

Commit bb3cd60

Browse files
author
josue-morfin
committed
fix/: changes formant
1 parent 8007373 commit bb3cd60

File tree

2 files changed

+1
-14
lines changed

2 files changed

+1
-14
lines changed

src/tape_drivers/generic/file/filedebug_tc.c

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1422,19 +1422,6 @@ static inline int _sanitize_tape(struct filedebug_data *state)
14221422
break;
14231423
}
14241424
}
1425-
else if (gen == DRIVE_GEN_JAG4) {
1426-
switch (state->conf.cart_type) {
1427-
case TC_MP_LTOP10D_CART:
1428-
case TC_MP_LTO10D_CART:
1429-
/* Do nothing */
1430-
break;
1431-
default:
1432-
ltfsmsg(LTFS_INFO, 30086I, "LTO10", state->conf.cart_type);
1433-
state->unsupported_tape = true;
1434-
ret = -EDEV_MEDIUM_FORMAT_ERROR;
1435-
break;
1436-
}
1437-
}
14381425
else if (gen == DRIVE_GEN_JAG4) {
14391426
switch (state->conf.cart_type) {
14401427
case TC_MP_JB:

src/tape_drivers/ibm_tape.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1122,7 +1122,7 @@ char* ibm_tape_assume_cart_name(unsigned char type)
11221122
case TC_MP_LTO10D_CART:
11231123
name = "LA";
11241124
break;
1125-
case TC_MP_10D_CART:
1125+
case TC_MP_LTOP10D_CART:
11261126
name = "PA";
11271127
break;
11281128
case TC_MP_JB:

0 commit comments

Comments
 (0)