commit | fada3f932ad17a0da4b6ab3eaa391fe5f78a07f3 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Sep 17 09:00:09 2022 -0600 |
committer | Simon Glass <sjg@chromium.org> | Sun Sep 25 08:30:05 2022 -0600 |
tree | 14738627c5576d3352d58df242fade4aec34c5f4 | |
parent | 79cb2418ad1d5a5f6d4faada6bb0824f2ca90dcb [diff] [blame] |
blk: Rename if_type to uclass_id Use the word 'uclass' instead of 'if_type' to complete the conversion. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/board/st/common/stm32mp_dfu.c b/board/st/common/stm32mp_dfu.c index fa48b2a..0096f71 100644 --- a/board/st/common/stm32mp_dfu.c +++ b/board/st/common/stm32mp_dfu.c
@@ -37,7 +37,7 @@ if (!desc) return; - name = blk_get_if_type_name(desc->if_type); + name = blk_get_uclass_name(desc->uclass_id); devnum = desc->devnum; len = strlen(buf);