commit | 416e07e2cfcfc18e36c9c83ed3ba52c910bf767d | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jun 18 08:08:28 2018 -0600 |
committer | Alexander Graf <agraf@suse.de> | Wed Jul 25 14:57:44 2018 +0200 |
tree | 071bdc7be7dbf7cf5ecf33ae795aa7063897bfb0 | |
parent | bc9a638a1031a171f0b2dfa4438aa3903fa589ae [diff] |
efi: Drop error return in efi_carve_out_dt_rsv() This function currently returns an error code, but never uses it. There is no function comment so it is not obvious why. Presuambly the error is not important. Update the function to explain its purpose and why it ignores the error. Drop the useful error return value. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Alexander Graf <agraf@suse.de> Signed-off-by: Alexander Graf <agraf@suse.de>