]> git.dujemihanovic.xyz Git - u-boot.git/commit
fwu: mtd: remove unused argument from function call
authorSughosh Ganu <sughosh.ganu@linaro.org>
Fri, 22 Mar 2024 10:57:24 +0000 (16:27 +0530)
committerTom Rini <trini@konsulko.com>
Fri, 24 May 2024 19:40:04 +0000 (13:40 -0600)
commit840afae16f10a6f440b70488fdbf7ab59bf5686d
treebab0046b570c70abcabdd121731b1fa1d2d15478
parent222cd230e1644b8d327f921b820964e74ba0f1a4
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>
lib/fwu_updates/fwu_mtd.c