commit | 2074f9eaa58795a99e9da61c10f93180f810cfd6 | [log] [tgz] |
---|---|---|
author | Grygorii Strashko <grygorii.strashko@ti.com> | Sat Jun 13 17:52:59 2020 +0300 |
committer | David S. Miller <davem@davemloft.net> | Sat Jun 13 15:35:08 2020 -0700 |
tree | 953cc104eb8241f4d2b82cfb69e08aef0b3ae24f | |
parent | fa7566a0d68f8467846cba8ec29f1551b0a42de9 [diff] |
net: ethernet: ti: am65-cpsw-nuss: fix ale parameters init The ALE parameters structure is created on stack, so it has to be reset before passing to cpsw_ale_create() to avoid garbage values. Fixes: 93a76530316a ("net: ethernet: ti: introduce am65x/j721e gigabit eth subsystem driver") Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com> Signed-off-by: David S. Miller <davem@davemloft.net>