commit | bad8ab6d0008d42ffcddfe8471606e670673e2d9 | [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 | 2c7b0e48e3e919a275c793a08ad21b4ff6f0aa2a [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>