Make this compile again when UMASS_DEBUG isn't defined.
This commit is contained in:
parent
9522d33ac9
commit
e3b656d4d9
@ -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 New Issue
Block a user