aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/net/sfc/falcon.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/sfc/falcon.c b/drivers/net/sfc/falcon.c
index e0c0b23f94e..636fe824b86 100644
--- a/drivers/net/sfc/falcon.c
+++ b/drivers/net/sfc/falcon.c
@@ -2758,6 +2758,8 @@ int falcon_probe_nic(struct efx_nic *efx)
2758 2758
2759 /* Allocate storage for hardware specific data */ 2759 /* Allocate storage for hardware specific data */
2760 nic_data = kzalloc(sizeof(*nic_data), GFP_KERNEL); 2760 nic_data = kzalloc(sizeof(*nic_data), GFP_KERNEL);
2761 if (!nic_data)
2762 return -ENOMEM;
2761 efx->nic_data = nic_data; 2763 efx->nic_data = nic_data;
2762 2764
2763 /* Determine number of ports etc. */ 2765 /* Determine number of ports etc. */