diff options
author | Nobuhiro Iwamatsu <[email protected]> | 2021-12-23 16:36:33 +0900 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2021-12-23 09:58:13 -0800 |
commit | 391e5975c0208ce3739587b33eba08be3e473d79 (patch) | |
tree | 7198252f954424012395141480ed85d40ee3fb9a /scripts/bpf_doc.py | |
parent | 65fd0c33ebe7d9735a0746761fc64d78f2fd3d53 (diff) |
net: stmmac: dwmac-visconti: Fix value of ETHER_CLK_SEL_FREQ_SEL_2P5M
ETHER_CLK_SEL_FREQ_SEL_2P5M is not 0 bit of the register. This is a
value, which is 0. Fix from BIT(0) to 0.
Reported-by: Yuji Ishikawa <[email protected]>
Fixes: b38dd98ff8d0 ("net: stmmac: Add Toshiba Visconti SoCs glue driver")
Signed-off-by: Nobuhiro Iwamatsu <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'scripts/bpf_doc.py')
0 files changed, 0 insertions, 0 deletions