diff options
Diffstat (limited to 'drivers/message/fusion/mptsas.c')
-rw-r--r-- | drivers/message/fusion/mptsas.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/message/fusion/mptsas.c b/drivers/message/fusion/mptsas.c index 46cc90c9bfc6..f705a235300e 100644 --- a/drivers/message/fusion/mptsas.c +++ b/drivers/message/fusion/mptsas.c | |||
@@ -4816,8 +4816,9 @@ mptsas_broadcast_primative_work(struct fw_event_work *fw_event) | |||
4816 | mutex_unlock(&ioc->taskmgmt_cmds.mutex); | 4816 | mutex_unlock(&ioc->taskmgmt_cmds.mutex); |
4817 | 4817 | ||
4818 | if (issue_reset) { | 4818 | if (issue_reset) { |
4819 | printk(MYIOC_s_WARN_FMT "Issuing Reset from %s!!\n", | 4819 | printk(MYIOC_s_WARN_FMT |
4820 | ioc->name, __func__); | 4820 | "Issuing Reset from %s!! doorbell=0x%08x\n", |
4821 | ioc->name, __func__, mpt_GetIocState(ioc, 0)); | ||
4821 | mpt_Soft_Hard_ResetHandler(ioc, CAN_SLEEP); | 4822 | mpt_Soft_Hard_ResetHandler(ioc, CAN_SLEEP); |
4822 | } | 4823 | } |
4823 | mptsas_free_fw_event(ioc, fw_event); | 4824 | mptsas_free_fw_event(ioc, fw_event); |