commit | 060148a371ba229c2a909f5013ed25c51915195c | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Aug 24 13:55:29 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Aug 25 17:55:18 2023 -0400 |
tree | ec109e568d399f12754ab564f2900f47b851b113 | |
parent | 06e293ed7c89db5a89d2cc72b73b18efe820899f [diff] |
part: nac: Use desc instead of dev_desc The dev_ prefix is a hangover from the pre-driver model days. The device is now a different thing, with driver model. Update the mac code to just use 'desc'. Signed-off-by: Simon Glass <sjg@chromium.org>