mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Make this compile again when UMASS_DEBUG isn't defined.
This commit is contained in:
parent
b106d2f56a
commit
3aa68913bc
1 changed files with 2 additions and 0 deletions
|
|
@ -2103,7 +2103,9 @@ umass_cam_rescan(void *addr)
|
|||
* is disconnected before umass_cam_rescan has been able to run the
|
||||
* driver might bomb.
|
||||
*/
|
||||
#ifdef UMASS_DEBUG
|
||||
struct umass_softc *sc = (struct umass_softc *) addr;
|
||||
#endif
|
||||
struct cam_path *path;
|
||||
union ccb *ccb = malloc(sizeof(union ccb), M_USBDEV, M_WAITOK);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue