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 d2d30a3 commit b698ab5Copy full SHA for b698ab5
drivers/net/ethernet/stmicro/stmmac/dwmac-qcom-ethqos.c
@@ -272,7 +272,7 @@ static const struct ethqos_emac_por emac_v4_0_0_por[] = {
272
273
static const struct ethqos_emac_driver_data emac_v4_0_0_data = {
274
.por = emac_v4_0_0_por,
275
- .num_por = ARRAY_SIZE(emac_v3_0_0_por),
+ .num_por = ARRAY_SIZE(emac_v4_0_0_por),
276
.rgmii_config_loopback_en = false,
277
.has_emac_ge_3 = true,
278
.link_clk_name = "phyaux",
0 commit comments