summaryrefslogtreecommitdiffstats
path: root/src/drivers/net/efi/snponly.c
diff options
context:
space:
mode:
authorMichael Brown2014-07-31 11:44:25 +0200
committerMichael Brown2014-07-31 12:56:44 +0200
commit2e0821b9edc354387687d7c01e18616964ceaeda (patch)
tree7975ea34b0f82ed519363049e20738d97f02b129 /src/drivers/net/efi/snponly.c
parent[efi] Add ability to dump all openers of a given protocol on a handle (diff)
downloadipxe-2e0821b9edc354387687d7c01e18616964ceaeda.tar.gz
ipxe-2e0821b9edc354387687d7c01e18616964ceaeda.tar.xz
ipxe-2e0821b9edc354387687d7c01e18616964ceaeda.zip
[efi] Use efi_handle_name() instead of efi_handle_devpath_text()
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/drivers/net/efi/snponly.c')
-rw-r--r--src/drivers/net/efi/snponly.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/net/efi/snponly.c b/src/drivers/net/efi/snponly.c
index de55bd0d..d8dc86ad 100644
--- a/src/drivers/net/efi/snponly.c
+++ b/src/drivers/net/efi/snponly.c
@@ -43,7 +43,7 @@ static int snponly_supported ( EFI_HANDLE device ) {
return -ENOTTY;
DBGC ( device, "SNP %p %s is the SNP chainloading device\n",
- device, efi_handle_devpath_text ( device ) );
+ device, efi_handle_name ( device ) );
return 0;
}