Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751419AbdILUnT (ORCPT ); Tue, 12 Sep 2017 16:43:19 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:59910 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750941AbdILUnQ (ORCPT ); Tue, 12 Sep 2017 16:43:16 -0400 Date: Tue, 12 Sep 2017 13:43:14 -0700 From: Greg KH To: Harsha Sharma Cc: devel@driverdev.osuosl.org, outreachy-kernel@googlegroups.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3] staging: typec: tcpm: Rewrite comparison to NULL pointer Message-ID: <20170912204314.GB20215@kroah.com> References: <1504893085-6113-1-git-send-email-harshasharmaiitr@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1504893085-6113-1-git-send-email-harshasharmaiitr@gmail.com> User-Agent: Mutt/1.9.0 (2017-09-02) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 586 Lines: 20 On Fri, Sep 08, 2017 at 11:21:25PM +0530, Harsha Sharma wrote: > Make code more concise and readable > > Signed-off-by: Harsha Sharma > --- > Change in v3: > -Change in subject and log message > Change in v2: > -Change in subject > -Change in log message > drivers/staging/typec/tcpm.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Due to other things happening in this driver, I have to wait until after 4.14-rc1 is out before I can apply it. Don't worry, it's not lost, I just have to postpone it for another week... thanks, greg k-h