commit | 8d40af3001d9384628ae55e64ece1b25dfe4fc98 | [log] [tgz] |
---|---|---|
author | Vignesh Raghavendra <vigneshr@ti.com> | Mon May 10 20:06:10 2021 +0530 |
committer | Lokesh Vutla <lokeshvutla@ti.com> | Wed May 12 16:36:38 2021 +0530 |
tree | de36b66b9442d05c749c313e72d57b66306a55cf | |
parent | c5a66138fd21e845a213920c105e517519b3238a [diff] |
net: ti: am65-cpsw-nuss: Don't cache disabled port ID Currently driver may end up caching disabled port ID as active interface. Fix this by bailing out earlier in case port is marked disabled in the DT. Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>