kernel/drivers/net/ethernet/chelsio/cxgb4/cxgb4_fcoe.c
.. .. @@ -74,7 +74,7 @@ 74 74 if (is_t4(adap->params.chip)) 75 75 return -EINVAL; 76 76 77 - if (!(adap->flags & FULL_INIT_DONE))77 + if (!(adap->flags & CXGB4_FULL_INIT_DONE))78 78 return -EINVAL; 79 79 80 80 dev_info(adap->pdev_dev, "Enabling FCoE offload features\n");