Make this compile again when UMASS_DEBUG isn't defined.

This commit is contained in:
jhb 2002-04-11 21:09:41 +00:00
parent 9522d33ac9
commit e3b656d4d9

View File

@ -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);