From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752724AbcIVHVO (ORCPT ); Thu, 22 Sep 2016 03:21:14 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:57590 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751010AbcIVHVN (ORCPT ); Thu, 22 Sep 2016 03:21:13 -0400 Date: Thu, 22 Sep 2016 09:21:18 +0200 From: Greg KH To: Daeseok Youn Cc: lidza.louina@gmail.com, devel@driverdev.osuosl.org, driverdev-devel@linuxdriverproject.org, kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 04/11] staging: dgnc: kfree for board structure in Message-ID: <20160922072118.GC4333@kroah.com> References: <20160922052203.GA27209@SEL-JYOUN-D1> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160922052203.GA27209@SEL-JYOUN-D1> User-Agent: Mutt/1.7.0 (2016-08-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Sep 22, 2016 at 02:22:03PM +0900, Daeseok Youn wrote: > The board structure should be freed when any function was failed > in dgnc_found_board(). And the board strucure will be stored > into dgnc_board array when the dgnc_found_board() function has no error. > > Signed-off-by: Daeseok Youn > --- > drivers/staging/dgnc/dgnc_driver.c | 17 +++++++++-------- > 1 file changed, 9 insertions(+), 8 deletions(-) Another shortened subject line. Please look at all of the subjects in this series, fix them up, and resend. thanks, greg k-h