commit | 1172e231fdec7dfa4d0f5e6dfc20a4cc580022b0 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Aug 24 13:55:28 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Aug 25 17:55:18 2023 -0400 |
tree | b26513adbd18fdb005bd8eb7a70f33e3db8205c1 | |
parent | 1369ad4c2ed29ce032bbf5a653c0381f1202209e [diff] |
part: iso: 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 iso code to just use 'desc'. Signed-off-by: Simon Glass <sjg@chromium.org>