]> git.dujemihanovic.xyz Git - u-boot.git/commit
part: dos: Use desc instead of dev_desc
authorSimon Glass <sjg@chromium.org>
Thu, 24 Aug 2023 19:55:26 +0000 (13:55 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 25 Aug 2023 21:55:18 +0000 (17:55 -0400)
commitcfdcd41e5ab5b0b17adb4d9afeab1bcb926e914e
tree848d79a679bb4a97a3e04cd4bb90ba56d029f89c
parent3557e8d223cc84425fd6aa6e35a18ca03dcc2ab9
part: dos: 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 dos code to
just use 'desc'.

Signed-off-by: Simon Glass <sjg@chromium.org>
disk/part_dos.c