]> git.baikalelectronics.ru Git - uboot.git/commit
disk: Handle UCLASS_EFI_MEDIA in dev_print()
authorSimon Glass <sjg@chromium.org>
Fri, 12 Aug 2022 01:35:00 +0000 (19:35 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 16 Sep 2022 15:05:16 +0000 (11:05 -0400)
commitc796f068044a094165b4863fe70d5a7f6187d496
treecf6f2fa2df48963cd8cfcec7781affef7ee849c9
parent903ae2452fc8658498d88b660a1b8865e7542994
disk: Handle UCLASS_EFI_MEDIA in dev_print()

This is currently missing. Add it.

Fix the code style for the function while we are here.

Suggested-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
Signed-off-by: Simon Glass <sjg@chromium.org>
disk/part.c