commit | 5db141c3a1ed3ea9ce84cfe0a75f1f790a0daed3 | [log] [tgz] |
---|---|---|
author | Sughosh Ganu <sughosh.ganu@linaro.org> | Fri Mar 22 16:27:24 2024 +0530 |
committer | Tom Rini <trini@konsulko.com> | Fri May 24 13:40:04 2024 -0600 |
tree | bab0046b570c70abcabdd121731b1fa1d2d15478 | |
parent | 27f830baba6cc2bebb79375ed0ed151e38199ae0 [diff] |
fwu: mtd: remove unused argument from function call The third argument passed to the function gen_image_alt_info() is not used and is superfluous. Remove this unused argument from the function call. Fixes: 4898679e190 (FWU: Add FWU metadata access driver for MTD storage regions) Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org> Tested-by: Michal Simek <michal.simek@amd.com>