From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (bilbo.ozlabs.org [103.22.144.67]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 401RG36qNgzDr2C for ; Wed, 14 Mar 2018 20:27:39 +1100 (AEDT) In-Reply-To: <1513732229-10066-2-git-send-email-sukadev@linux.vnet.ibm.com> To: Sukadev Bhattiprolu From: Michael Ellerman Cc: mikey@neuling.org, linux-kernel@vger.kernel.org, linuxppc-dev@ozlabs.org, aneesh.kumar@linux.vnet.ibm.com Subject: Re: [1/1] vas: vas_window_init_dbgdir: fix order of cleanup. Message-Id: <401RG31qd3z9sVK@ozlabs.org> Date: Wed, 14 Mar 2018 20:27:38 +1100 (AEDT) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, 2017-12-20 at 01:10:29 UTC, Sukadev Bhattiprolu wrote: > Fix the order of cleanup to ensure we free the name buffer in case > of an error creating 'hvwc' or 'info' files. > > Signed-off-by: Sukadev Bhattiprolu Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/1373cc31074dff09419d616c2ce911 cheers