Can you change the subject a bit? There's nothing obsolete in
__scsi_print_command, you're just moving it to a higher level helper.
> #if defined(AHA152X_DEBUG)
> if (HOSTDATA(shpnt)->debug & debug_queue) {
> - printk(INFO_LEAD "queue: %p; cmd_len=%d pieces=%d size=%u
> cmnd=",
> - CMDINFO(SCpnt), SCpnt, SCpnt->cmd_len,
> - scsi_sg_count(SCpnt), scsi_bufflen(SCpnt));
> - __scsi_print_command(SCpnt->cmnd);
> + scmd_printk(KERN_INFO, SCpnt,
> + "queue: %p; cmd_len=%d pieces=%d size=%u\n",
> + SCpnt, SCpnt->cmd_len,
> + scsi_sg_count(SCpnt), scsi_bufflen(SCpnt));
> + scsi_print_command(SCpnt);
This also has a printk -> scmd_printk change that's unrelated to the
patch.
Honestly I think we should just kill much of the AHA152X_DEBUG code at
the start of this series to avoid all the churn in it.
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html