aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/sym53c8xx_2/sym_hipd.c
diff options
context:
space:
mode:
authorMatthew Wilcox <matthew@wil.cx>2007-10-05 15:55:14 -0400
committerJames Bottomley <jejb@mulgrave.localdomain>2007-10-23 15:26:56 -0400
commitaac6a5a34050a97016290f341e8de0a09f3a8f8c (patch)
tree6a50af7f6ebcbf0f832f1dd66479e73e32fd2b33 /drivers/scsi/sym53c8xx_2/sym_hipd.c
parent[SCSI] sym53c8xx: Remove pci_dev pointer from sym_shcb (diff)
downloadlinux-dev-aac6a5a34050a97016290f341e8de0a09f3a8f8c.tar.xz
linux-dev-aac6a5a34050a97016290f341e8de0a09f3a8f8c.zip
[SCSI] sym53c8xx: Remove sym_xpt_async_sent_bdr
This function just printed a message to the user; move the print to its only caller, and turn it into an starget_printk. Signed-off-by: Matthew Wilcox <willy@linux.intel.com> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/sym53c8xx_2/sym_hipd.c')
-rw-r--r--drivers/scsi/sym53c8xx_2/sym_hipd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/scsi/sym53c8xx_2/sym_hipd.c b/drivers/scsi/sym53c8xx_2/sym_hipd.c
index 3cf1209301a4..463f119f20e9 100644
--- a/drivers/scsi/sym53c8xx_2/sym_hipd.c
+++ b/drivers/scsi/sym53c8xx_2/sym_hipd.c
@@ -3543,7 +3543,8 @@ static void sym_sir_task_recovery(struct sym_hcb *np, int num)
* If we sent a BDR, make upper layer aware of that.
*/
if (np->abrt_msg[0] == M_RESET)
- sym_xpt_async_sent_bdr(np, target);
+ starget_printk(KERN_NOTICE, starget,
+ "has been reset\n");
break;
}