Message ID | dde46bff10fc0ac5e7c6facd1bab018b147356d9.1744654076.git.daniel@makrotopia.org (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | [net,1/5] net: ethernet: mtk_eth_soc: revise mdc divider configuration | expand |
On Mon, Apr 14, 2025 at 07:12:53PM +0100, Daniel Golle wrote: > From: Bo-Cun Chen <bc-bocun.chen@mediatek.com> > > Wihtout this patch, the mtk_eth_mux_setup() function may not correctly > search the Mux. This commit message is not particularly good, especially for a Fixes: patch. Please could you expand it. Andrew --- pw-bot: cr
diff --git a/drivers/net/ethernet/mediatek/mtk_eth_path.c b/drivers/net/ethernet/mediatek/mtk_eth_path.c index 7c27a19c4d8f4..6fbfb16438a51 100644 --- a/drivers/net/ethernet/mediatek/mtk_eth_path.c +++ b/drivers/net/ethernet/mediatek/mtk_eth_path.c @@ -14,7 +14,7 @@ struct mtk_eth_muxc { const char *name; - int cap_bit; + u64 cap_bit; int (*set_path)(struct mtk_eth *eth, u64 path); };