patch-2.3.7 linux/drivers/usb/usb_scsi_debug.c
Next file: linux/drivers/video/acornfb.c
Previous file: linux/drivers/usb/usb_scsi.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Sun Jun 20 11:43:42 1999
- Orig file:
v2.3.6/linux/drivers/usb/usb_scsi_debug.c
- Orig date:
Mon Jun 7 20:04:01 1999
diff -u --recursive --new-file v2.3.6/linux/drivers/usb/usb_scsi_debug.c linux/drivers/usb/usb_scsi_debug.c
@@ -95,7 +95,7 @@
case READ_ELEMENT_STATUS: what = "READ_ELEMENT_STATUS"; break;
case SEND_VOLUME_TAG: what = "SEND_VOLUME_TAG"; break;
case WRITE_LONG_2: what = "WRITE_LONG_2"; break;
- default: what = "??"; break;
+ default: break;
}
printk(KERN_DEBUG USB_SCSI "Command %s (%d bytes)\n", what, srb->cmd_len);
printk(KERN_DEBUG USB_SCSI " %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x\n",
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)