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