From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965794AbcIWMPh (ORCPT ); Fri, 23 Sep 2016 08:15:37 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:52668 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759595AbcIWMPe (ORCPT ); Fri, 23 Sep 2016 08:15:34 -0400 Date: Fri, 23 Sep 2016 14:15:39 +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 01/11 V2] staging: dgnc: remove redundant initialization for channel array Message-ID: <20160923121539.GA14829@kroah.com> References: <20160923012502.GA31785@SEL-JYOUN-D1> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160923012502.GA31785@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 Fri, Sep 23, 2016 at 10:25:02AM +0900, Daeseok Youn wrote: > The channel array in board_t was initialized in dgnc_found_board() > with NULL. But the channel is going to initialize in dgnc_tty_init() > again. So the channel array doesn't need to set NULL > for initailization in dgnc_found_board(). > > Signed-off-by: Daeseok Youn > --- > V2: The subject line was cut off, I put it completely and update > change log. I only got 6 patches of an 11 patch series here, what happened? Please resend the whole series. thanks, greg k-h