commit | 3b5d20d33ae5a175acb100dd31a2588a39329862 | [log] [tgz] |
---|---|---|
author | Bryan Brattlof <bb@ti.com> | Tue Apr 08 01:06:58 2025 -0500 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Fri Apr 11 13:27:54 2025 +0200 |
tree | 849f2fc87e0e99e5fd78b1323cdf239fd5283e99 | |
parent | e36ed14d0bb594fdf7f751b61bf6820f5856629b [diff] |
efi_selftest: remove un-needed NULL checks Because we've already returned early in the event 'handle' is NULL we don't need these extra not NULL checks. Remove them Signed-off-by: Bryan Brattlof <bb@ti.com> Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>