From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Fri, 20 Jun 2014 09:56:20 -0600 Subject: [U-Boot] [PATCH] thor: defer parsing of device string to IO backend In-Reply-To: <1403249700-16802-1-git-send-email-l.majewski@samsung.com> References: <1403249700-16802-1-git-send-email-l.majewski@samsung.com> Message-ID: <53A459A4.6050901@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 06/20/2014 01:35 AM, Lukasz Majewski wrote: > This commit adjust thor downloading function to work correctly with deferred > device string parsing. Oops. I should have grep'd for more users of dfu_init_env_entities() and fixed them up in my commit. ========== Since this patch also changes behaviour when that function fails, so the partially parsed entries are freed too, I'd re-write the whole commit description as: Comit XXXXX "dfu: defer parsing of device string to IO backend" changed the function signature of dfu_init_env_entities(). Adjust cmd_thordown.c to match that change. Also, apply the same change as commit XXXXX "dfu: free entities when parsing fails" to cmd_thordown.c. Fixes: XXXXX ("dfu: defer parsing of device string to IO backend") Signed-off-by: Lukasz Majewski ========== But either way, Reviewed-by: Stephen Warren