diff options
author | Kashyap, Desai <kashyap.desai@lsi.com> | 2010-07-26 09:27:36 -0400 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2010-07-28 10:07:47 -0400 |
commit | 213aaca3e5727f3eb56002b04a1405db34a54ed8 (patch) | |
tree | 2a9fc9b41a31fe286fe274fa477bc28848794caa /drivers/message/fusion/mptspi.c | |
parent | c9de7dc48307395fb71780b567ae8833b080d1c8 (diff) |
[SCSI] mptfusion: Extra debug prints added relavent to Device missing delay error handling
Adding function name in original debug prints and few more debug prints are
added.
Signed-off-by: Kashyap Desai <kashyap.desai@lsi.com>
Cc: Stable Tree <stable@kernel.org>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'drivers/message/fusion/mptspi.c')
-rw-r--r-- | drivers/message/fusion/mptspi.c | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/drivers/message/fusion/mptspi.c b/drivers/message/fusion/mptspi.c index 1abaa5d01ae3..0e2803155ae2 100644 --- a/drivers/message/fusion/mptspi.c +++ b/drivers/message/fusion/mptspi.c | |||
@@ -1551,9 +1551,12 @@ mptspi_init(void) | |||
1551 | if (!mptspi_transport_template) | 1551 | if (!mptspi_transport_template) |
1552 | return -ENODEV; | 1552 | return -ENODEV; |
1553 | 1553 | ||
1554 | mptspiDoneCtx = mpt_register(mptscsih_io_done, MPTSPI_DRIVER); | 1554 | mptspiDoneCtx = mpt_register(mptscsih_io_done, MPTSPI_DRIVER, |
1555 | mptspiTaskCtx = mpt_register(mptscsih_taskmgmt_complete, MPTSPI_DRIVER); | 1555 | "mptscsih_io_done"); |
1556 | mptspiInternalCtx = mpt_register(mptscsih_scandv_complete, MPTSPI_DRIVER); | 1556 | mptspiTaskCtx = mpt_register(mptscsih_taskmgmt_complete, MPTSPI_DRIVER, |
1557 | "mptscsih_taskmgmt_complete"); | ||
1558 | mptspiInternalCtx = mpt_register(mptscsih_scandv_complete, | ||
1559 | MPTSPI_DRIVER, "mptscsih_scandv_complete"); | ||
1557 | 1560 | ||
1558 | mpt_event_register(mptspiDoneCtx, mptspi_event_process); | 1561 | mpt_event_register(mptspiDoneCtx, mptspi_event_process); |
1559 | mpt_reset_register(mptspiDoneCtx, mptspi_ioc_reset); | 1562 | mpt_reset_register(mptspiDoneCtx, mptspi_ioc_reset); |