Print the correct value in a debugging printf.

Submitted by:	Iwasa Kazmi <kzmi@ca2.so-net.ne.jp>
This commit is contained in:
n_hibma 2001-01-07 23:54:34 +00:00
parent dc70342cef
commit d67676dba3

View File

@ -2464,7 +2464,7 @@ umass_cam_cb(struct umass_softc *sc, void *priv, int residue, int status)
/* fetch sense data */
DPRINTF(UDMASS_SCSI,("%s: Fetching %db sense data\n",
USBDEVNAME(sc->sc_dev),
sc->cam_scsi_sense.length));
csio->sense_len));
/* the rest of the command was filled in at attach */
sc->cam_scsi_sense.length = csio->sense_len;