summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/umass.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/usb/umass.c')
-rw-r--r--sys/dev/usb/umass.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/usb/umass.c b/sys/dev/usb/umass.c
index f650879b..2ac3fff 100644
--- a/sys/dev/usb/umass.c
+++ b/sys/dev/usb/umass.c
@@ -2272,6 +2272,7 @@ umass_cam_action(struct cam_sim *sim, union ccb *ccb)
break;
default:
/* XXX Hm, we should check the input parameters */
+ break;
}
/* Perform the requested action */
@@ -2623,8 +2624,8 @@ umass_cam_sense_cb(struct umass_softc *sc, void *priv, int residue, int status)
| CAM_AUTOSNS_VALID;
csio->scsi_status = SCSI_STATUS_CHECK_COND;
- DPRINTF(UDMASS_SCSI,("%s: Doing a sneaky
- TEST_UNIT_READY\n",
+ DPRINTF(UDMASS_SCSI,("%s: Doing a sneaky"
+ "TEST_UNIT_READY\n",
USBDEVNAME(sc->sc_dev)));
/* the rest of the command was filled in at attach */
OpenPOWER on IntegriCloud