Merge branch 'drm-next-3.10' of git://people.freedesktop.org/~agd5f/linux into drm...
[firefly-linux-kernel-4.4.55.git] / drivers / scsi / bnx2fc / bnx2fc_fcoe.c
index b867b1bfa908d906df35a038b7e1f8acf9c6f628..90bc7bd00966e9a87845bee59c1976a74d959fb3 100644 (file)
@@ -939,7 +939,8 @@ static int bnx2fc_libfc_config(struct fc_lport *lport)
        fc_elsct_init(lport);
        fc_exch_init(lport);
        fc_rport_init(lport);
-       fc_disc_init(lport, lport);
+       fc_disc_init(lport);
+       fc_disc_config(lport, lport);
        return 0;
 }