[SCSI] use sfoo_printk() in drivers
Rejections fixed up and Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
This commit is contained in:
committed by
James Bottomley
parent
3bf743e7c8
commit
017560fca4
@@ -758,9 +758,8 @@ static int megasas_generic_reset(struct scsi_cmnd *scmd)
|
||||
|
||||
instance = (struct megasas_instance *)scmd->device->host->hostdata;
|
||||
|
||||
printk(KERN_NOTICE "megasas: RESET -%ld cmd=%x <c=%d t=%d l=%d>\n",
|
||||
scmd->serial_number, scmd->cmnd[0], scmd->device->channel,
|
||||
scmd->device->id, scmd->device->lun);
|
||||
scmd_printk(KERN_NOTICE, scmd, "megasas: RESET -%ld cmd=%x\n",
|
||||
scmd->serial_number, scmd->cmnd[0]);
|
||||
|
||||
if (instance->hw_crit_error) {
|
||||
printk(KERN_ERR "megasas: cannot recover from previous reset "
|
||||
|
||||
Reference in New Issue
Block a user