On Mon, Sep 11, 2006 at 10:34:58AM -0400, Jeff Garzik wrote: > @@ -1313,8 +1313,7 @@ EXPORT_SYMBOL(scsi_print_sense); > void scsi_print_command(struct scsi_cmnd *cmd) > { > /* Assume appended output (i.e. not at start of line) */ > - sdev_printk("", cmd->device, "\n"); > - printk(KERN_INFO " command: "); > + scmd_printk(KERN_INFO, cmd, "command:\n\t"); > scsi_print_cdb(cmd->cmnd, cmd->cmd_len, 0); Did you not read the comment above the code you're changing? Or are you changing all callers? If so, you need to remove the comment as well. - To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html