[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>
This commit is contained in:
committed by
James Bottomley
parent
c9de7dc483
commit
213aaca3e5
@@ -1452,7 +1452,9 @@ static int __init mpt_lan_init (void)
|
||||
{
|
||||
show_mptmod_ver(LANAME, LANVER);
|
||||
|
||||
if ((LanCtx = mpt_register(lan_reply, MPTLAN_DRIVER)) <= 0) {
|
||||
LanCtx = mpt_register(lan_reply, MPTLAN_DRIVER,
|
||||
"lan_reply");
|
||||
if (LanCtx <= 0) {
|
||||
printk (KERN_ERR MYNAM ": Failed to register with MPT base driver\n");
|
||||
return -EBUSY;
|
||||
}
|
||||
|
Reference in New Issue
Block a user