Add some cam_freeze_devq()'s missed at r249466.
This makes number of freezes match the number of releases. Reported by: dim
This commit is contained in:
parent
b4634967f0
commit
e746842845
@ -883,6 +883,7 @@ again:
|
||||
* routine finish up for us.
|
||||
*/
|
||||
start_ccb->csio.data_ptr = NULL;
|
||||
cam_freeze_devq(periph->path);
|
||||
probedone(periph, start_ccb);
|
||||
return;
|
||||
}
|
||||
@ -913,6 +914,7 @@ again:
|
||||
* routine finish up for us.
|
||||
*/
|
||||
start_ccb->csio.data_ptr = NULL;
|
||||
cam_freeze_devq(periph->path);
|
||||
probedone(periph, start_ccb);
|
||||
return;
|
||||
}
|
||||
@ -952,6 +954,7 @@ again:
|
||||
* routine finish up for us.
|
||||
*/
|
||||
start_ccb->csio.data_ptr = NULL;
|
||||
cam_freeze_devq(periph->path);
|
||||
probedone(periph, start_ccb);
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user