We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be769dd commit 3c86694Copy full SHA for 3c86694
drivers/net/ethernet/stmicro/stmmac/dwmac-qcom-ethqos.c
@@ -273,7 +273,7 @@ static const struct ethqos_emac_por emac_v4_0_0_por[] = {
273
274
static const struct ethqos_emac_driver_data emac_v4_0_0_data = {
275
.por = emac_v4_0_0_por,
276
- .num_por = ARRAY_SIZE(emac_v3_0_0_por),
+ .num_por = ARRAY_SIZE(emac_v4_0_0_por),
277
.rgmii_config_loopback_en = false,
278
.has_emac_ge_3 = true,
279
.link_clk_name = "phyaux",
0 commit comments