commit | 34118e72258587d4995c2f1bcf7b7d7b53a11ec0 | [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 | 5958cbe9d1d74dfd957f8b28166716dd5fbc0122 [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>