[SCSI] libfc, fcoe: Remove unnecessary cast by removing inline wrapper
[platform/adaptation/renesas_rcar/renesas_kernel.git] / drivers / scsi / fcoe / fcoe_sw.c
index 007d1fb..f667dce 100644 (file)
@@ -297,7 +297,7 @@ static int fcoe_sw_destroy(struct net_device *netdev)
        if (!lp)
                return -ENODEV;
 
-       fc = fcoe_softc(lp);
+       fc = lport_priv(lp);
 
        /* Logout of the fabric */
        fc_fabric_logoff(lp);