efi_loader: GOP fix for no display
authorRob Clark <robdclark@gmail.com>
Fri, 4 Aug 2017 11:52:03 +0000 (07:52 -0400)
committerAlexander Graf <agraf@suse.de>
Fri, 11 Aug 2017 11:49:23 +0000 (13:49 +0200)
commit3d9880784ed5cd503b0d69128ea1841102ff522e
treedff49a07516df7dcd9950464b00adc048530c465
parent796a78cbe5676fc7562b50c7a0191fa56c8c4772
efi_loader: GOP fix for no display

uclass_first_device() returns 0 if there is no device, but error if
there is a device that failed to probe.

Signed-off-by: Rob Clark <robdclark@gmail.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
lib/efi_loader/efi_gop.c