
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 l.majewski@samsung.com ==========
But either way, Reviewed-by: Stephen Warren swarren@nvidia.com