Avoiding to load speed descriptor list twice
This commit is contained in:
@ -781,6 +781,7 @@ void spc_getcaps(struct burn_drive *d)
|
||||
if (mmc_function_spy(d, "getcaps") <= 0)
|
||||
return;
|
||||
|
||||
burn_speed_descriptor_destroy(&(d->mdata->speed_descriptors), 1);
|
||||
spc_inquiry(d);
|
||||
spc_sense_caps(d);
|
||||
spc_sense_error_params(d);
|
||||
|
Reference in New Issue
Block a user