commit | e7762916ead2fdccd868ca3280612d8c5eeab5a8 | [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 | 1172e231fdec7dfa4d0f5e6dfc20a4cc580022b0 [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>