diff options
Diffstat (limited to 'drivers/message/fusion/mptlan.c')
-rw-r--r-- | drivers/message/fusion/mptlan.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/message/fusion/mptlan.c b/drivers/message/fusion/mptlan.c index 4fa9665cbe93..cbe96072a6cc 100644 --- a/drivers/message/fusion/mptlan.c +++ b/drivers/message/fusion/mptlan.c | |||
@@ -1452,7 +1452,9 @@ static int __init mpt_lan_init (void) | |||
1452 | { | 1452 | { |
1453 | show_mptmod_ver(LANAME, LANVER); | 1453 | show_mptmod_ver(LANAME, LANVER); |
1454 | 1454 | ||
1455 | if ((LanCtx = mpt_register(lan_reply, MPTLAN_DRIVER)) <= 0) { | 1455 | LanCtx = mpt_register(lan_reply, MPTLAN_DRIVER, |
1456 | "lan_reply"); | ||
1457 | if (LanCtx <= 0) { | ||
1456 | printk (KERN_ERR MYNAM ": Failed to register with MPT base driver\n"); | 1458 | printk (KERN_ERR MYNAM ": Failed to register with MPT base driver\n"); |
1457 | return -EBUSY; | 1459 | return -EBUSY; |
1458 | } | 1460 | } |