cmd: efidebug: simplify UEFI protocol calls
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 2 May 2020 14:08:37 +0000 (16:08 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Mon, 4 May 2020 10:26:11 +0000 (12:26 +0200)
commita30c72319cc1e486a680efe2d0c94d58f4957e85
tree8303ef7a159013570a6559d7e3a93365814376a1
parent41fd506842c2d9385d940cffe8ceeb8456c29fc5
cmd: efidebug: simplify UEFI protocol calls

We should not to refer to a function via the run-time or boot services
tables if the function is exported.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
cmd/efidebug.c