commit | f9d334bdfce2358c6eada4138a2102afc46fb124 | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Fri Aug 05 14:49:53 2016 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon Aug 08 13:32:59 2016 -0400 |
tree | e34acbe5ded88b6f42c415570e2affa9d20fc6a8 | |
parent | 45313e83b842ab31464e2593ab2e39aa0287fbf7 [diff] |
efi_loader: disk: Fix CONFIG_BLK breakage When using CONFIG_BLK, there were 2 issues: 1) The name we generate the device with has to match the name we set in efi_set_bootdev() 2) The device we pass into our block functions was wrong, we should not rediscover it but just use the already known pointer. This patch fixes both issues. Signed-off-by: Alexander Graf <agraf@suse.de>