commit | 168a0e45fcf49194fca55795f84a844f16b480f6 | [log] [tgz] |
---|---|---|
author | Michal Suchanek <msuchanek@suse.de> | Tue Sep 27 23:23:53 2022 +0200 |
committer | Simon Glass <sjg@chromium.org> | Mon Nov 07 16:24:30 2022 -0700 |
tree | 703dfe2a0ebb2eacb241c19b99c96665a2d66811 | |
parent | 499503e1578fe385e820170af78525ea2f799a4c [diff] |
dm: blk: Add probe in blk_first_device/blk_next_device The description claims that the device is probed but it isn't. Add the device_probe() call. Also consolidate the iteration into one function. Fixes: 8a5cbc065d ("dm: blk: Use uclass_find_first/next_device() in blk_first/next_device()") Signed-off-by: Michal Suchanek <msuchanek@suse.de>