diff options
author | Jeff Garzik <jgarzik@pobox.com> | 2005-10-24 18:04:36 -0400 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.(none)> | 2005-10-28 22:04:15 -0400 |
commit | 017560fca496f72ed9dd734ffde63ce39dfe0411 (patch) | |
tree | e63ae9a28fc179e715eda32f12aaec4ca752651b /drivers/scsi/megaraid | |
parent | 3bf743e7c891d8be8295650b7a6a9b5af083b096 (diff) |
[SCSI] use sfoo_printk() in drivers
Rejections fixed up and
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/megaraid')
-rw-r--r-- | drivers/scsi/megaraid/megaraid_sas.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/scsi/megaraid/megaraid_sas.c b/drivers/scsi/megaraid/megaraid_sas.c index c3f637395734..4245d05e628b 100644 --- a/drivers/scsi/megaraid/megaraid_sas.c +++ b/drivers/scsi/megaraid/megaraid_sas.c | |||
@@ -758,9 +758,8 @@ static int megasas_generic_reset(struct scsi_cmnd *scmd) | |||
758 | 758 | ||
759 | instance = (struct megasas_instance *)scmd->device->host->hostdata; | 759 | instance = (struct megasas_instance *)scmd->device->host->hostdata; |
760 | 760 | ||
761 | printk(KERN_NOTICE "megasas: RESET -%ld cmd=%x <c=%d t=%d l=%d>\n", | 761 | scmd_printk(KERN_NOTICE, scmd, "megasas: RESET -%ld cmd=%x\n", |
762 | scmd->serial_number, scmd->cmnd[0], scmd->device->channel, | 762 | scmd->serial_number, scmd->cmnd[0]); |
763 | scmd->device->id, scmd->device->lun); | ||
764 | 763 | ||
765 | if (instance->hw_crit_error) { | 764 | if (instance->hw_crit_error) { |
766 | printk(KERN_ERR "megasas: cannot recover from previous reset " | 765 | printk(KERN_ERR "megasas: cannot recover from previous reset " |