From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Tue, 29 Mar 2016 08:43:11 -0700 Subject: [U-Boot] [PATCH] driver: net: fsl-mc: Free dflt_dpio pointer after its usage In-Reply-To: <1458297929-19810-1-git-send-email-prabhakar.kushwaha@nxp.com> References: <1458297929-19810-1-git-send-email-prabhakar.kushwaha@nxp.com> Message-ID: <56FAA28F.7050404@nxp.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 03/18/2016 03:45 AM, Prabhakar Kushwaha wrote: > Free dflt_dpio pointer after its usage during error handling > > Signed-off-by: Prabhakar Kushwaha > Reported-by: Jose Rivera > --- > drivers/net/fsl-mc/mc.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Applied to u-boot-fsl-qoriq master. Awaiting upstream. Thanks. York