Added missing break statement to SG_IO error reporting. Coverity CID 21803.
This commit is contained in:
parent
d31a72100b
commit
6136eaf86f
@ -1 +1 @@
|
|||||||
#define Cdrskin_timestamP "2015.10.26.150529"
|
#define Cdrskin_timestamP "2015.10.26.151914"
|
||||||
|
@ -2002,7 +2002,7 @@ static int evaluate_transport_success(struct burn_drive *d, struct command *c,
|
|||||||
give_up_drive= 1;
|
give_up_drive= 1;
|
||||||
break; case 0x80:
|
break; case 0x80:
|
||||||
driver_sugg = "SG_ERR_SUGGEST_SENSE";
|
driver_sugg = "SG_ERR_SUGGEST_SENSE";
|
||||||
default:
|
break; default:
|
||||||
driver_sugg = "(unknown driver_status suggestion)";
|
driver_sugg = "(unknown driver_status suggestion)";
|
||||||
}
|
}
|
||||||
if ((driver_status & 0xf7) != Libburn_sg_driver_oK) {
|
if ((driver_status & 0xf7) != Libburn_sg_driver_oK) {
|
||||||
|
Loading…
Reference in New Issue
Block a user