Re: [PATCH 11/20] scsi: Use scsi_print_command() where possible

2014-09-05 Thread Christoph Hellwig
Looks good, Reviewed-by: Christoph Hellwig -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH 11/20] scsi: Use scsi_print_command() where possible

2014-09-03 Thread Hannes Reinecke
Some drivers use __scsi_print_command() although in fact they refer to the scsi command. So move them over to use scsi_print_command() instead. Signed-off-by: Hannes Reinecke --- drivers/scsi/aha152x.c | 6 ++ drivers/scsi/arm/acornscsi.c | 9 + drivers/scsi/arm/fas216.c|