From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Mon, 23 Jun 2014 13:02:57 -0600 Subject: [U-Boot] [PATCH v2] thor: defer parsing of device string to IO backend In-Reply-To: <1403509156-18822-1-git-send-email-l.majewski@samsung.com> References: <1403249700-16802-1-git-send-email-l.majewski@samsung.com> <1403509156-18822-1-git-send-email-l.majewski@samsung.com> Message-ID: <53A879E1.5040408@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/23/2014 01:39 AM, Lukasz Majewski wrote: > Commit d4f5ef59cc7 "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 d6d37d737b58e "dfu: free entities > when parsing fails" to cmd_thordown.c. > > Fixes: d4f5ef59cc7 ("dfu: defer parsing of device string to IO backend") > > Signed-off-by: Lukasz Majewski Both the fixes and s-o-b tag should be in the same final paragraph with no blank lines between. I assume that can be easily fixed up when applying. Reviewed-by: Stephen Warren