commit | 06e293ed7c89db5a89d2cc72b73b18efe820899f | [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 | 7ed781fb4ce0292902f325ac07e4120233a87d4c [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>