Avoiding to load speed descriptor list twice
This commit is contained in:
parent
45da5c9934
commit
04005adaf4
@ -1 +1 @@
|
||||
#define Cdrskin_timestamP "2011.06.22.093127"
|
||||
#define Cdrskin_timestamP "2011.07.04.143922"
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user