commit | c5b65370f38da0fdaa84cf8e3d35c1e05f7e0140 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Mar 16 07:45:36 2016 -0600 |
committer | Tom Rini <trini@konsulko.com> | Tue Mar 22 12:16:19 2016 -0400 |
tree | ab21e5b49a10c1aa7e0a2febc70304151073cea4 | |
parent | 9df5276eafaf4689c7c1612d6d6b5144a3b00399 [diff] |
part_efi: Drop NULL check in part_get_info_efi() This cannot be NULL since part_get_info() calls this function and requires it to be non-NULL. Reported-by: Coverity (CID: 138497) Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>