From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753085AbcHORFh (ORCPT ); Mon, 15 Aug 2016 13:05:37 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:33311 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752590AbcHORFg (ORCPT ); Mon, 15 Aug 2016 13:05:36 -0400 Date: Mon, 15 Aug 2016 19:05:46 +0200 From: Greg KH To: Daeseok Youn Cc: lidza.louina@gmail.com, markh@compro.net, driverdev-devel@linuxdriverproject.org, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org Subject: Re: [PATCH 01/15 RESEND] staging: dgnc: remove redundant NULL checks in Message-ID: <20160815170546.GB24214@kroah.com> References: <20160706061113.GA18469@SEL-JYOUN-D1> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160706061113.GA18469@SEL-JYOUN-D1> User-Agent: Mutt/1.6.2 (2016-07-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jul 06, 2016 at 03:11:13PM +0900, Daeseok Youn wrote: > The dgnc_block_til_ready() is only used in dgnc_tty_open(). > The unit data(struct un_t) was stored into tty->driver_data in dgnc_tty_open(). > And also tty and un were tested about NULL so these variables doesn't > need to check for NULL in dgnc_block_til_ready(). > > Signed-off-by: Daeseok Youn > --- > RESEND: This patch was not merged for a long time, if there is any reason > why this patch could NOT be merged into staging tree, let me know. > There were no comment for this patch. > I cannot understand why this patch have to wait long time to merge. > And I also sent emails to mailing-lists for reminding this patch... > please let me know, what is the problem to merge this patch into staging tree. Please note, staging patches are at the bottom of my priority queue. Combined with a vacation, conferences, and a merge window and there are a lot of pending staging patches in my to-review queue. thanks for your patience. greg k-h