commit | ec209a771e2ed399586a6038f2dfa55fc7cf8d31 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Jan 29 14:58:39 2022 -0700 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sat Feb 05 20:20:01 2022 +0100 |
tree | 30392481d7c33addcf17ea0f126e29d49af765b3 | |
parent | 56ada7b4fcdd3ff03bb84f7b45a54dee7d9cd382 [diff] |
efi: Drop unnecessary calls to blk_find_device() When we have the block descriptor we can simply access the device. Drop the unnecessary function call. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>