From: Michal Simek Date: Mon, 23 Nov 2020 08:08:19 +0000 (+0100) Subject: binman: Remove additional backslash X-Git-Tag: v2021.10~414^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a9e73d287bfd6bfc778c532128a20767ee305193;p=platform%2Fkernel%2Fu-boot.git binman: Remove additional backslash The origin patch didn't have this change and it was caused by manual resolution where additional backslash was added. Fixes: 6723b4c6ca7b ("binman: Call helper function binman_set_rom_offset() to fill offset") Signed-off-by: Michal Simek Reviewed-by: Simon Glass --- diff --git a/lib/binman.c b/lib/binman.c index d395b1c..f027d1b 100644 --- a/lib/binman.c +++ b/lib/binman.c @@ -104,6 +104,6 @@ int binman_init(void) binman->image = node; } binman_set_rom_offset(ROM_OFFSET_NONE); -\ + return 0; }