]> git.ipfire.org Git - thirdparty/u-boot.git/commit
part: iso: Use desc instead of dev_desc
authorSimon Glass <sjg@chromium.org>
Thu, 24 Aug 2023 19:55:28 +0000 (13:55 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 25 Aug 2023 21:55:18 +0000 (17:55 -0400)
commit06e293ed7c89db5a89d2cc72b73b18efe820899f
treeb26513adbd18fdb005bd8eb7a70f33e3db8205c1
parent7ed781fb4ce0292902f325ac07e4120233a87d4c
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>
disk/part_iso.c