From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753969AbcHUVXW (ORCPT ); Sun, 21 Aug 2016 17:23:22 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:34235 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753498AbcHUVWs (ORCPT ); Sun, 21 Aug 2016 17:22:48 -0400 Date: Sun, 21 Aug 2016 17:23:41 +0200 From: Greg KH To: shyam saini Cc: arnd@arndb.de, devel@driverdev.osuosl.org, isdn@linux-pingi.de, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/1] staging: i4l: pcbit: Remove explicit NULL comparison Message-ID: <20160821152341.GA25522@kroah.com> References: <1470138194-16060-1-git-send-email-mayhs11saini@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1470138194-16060-1-git-send-email-mayhs11saini@gmail.com> 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 Tue, Aug 02, 2016 at 05:13:14PM +0530, shyam saini wrote: > Remove the explicit NULL comparison and rewrite in a compact form using Coccinelle > > Signed-off-by: shyam saini > --- > drivers/staging/i4l/pcbit/callbacks.c | 4 ++-- > drivers/staging/i4l/pcbit/capi.c | 18 +++++++++--------- > drivers/staging/i4l/pcbit/drv.c | 14 +++++++------- > drivers/staging/i4l/pcbit/layer2.c | 9 ++++----- > 4 files changed, 22 insertions(+), 23 deletions(-) Doesn't apply to my tree, can you please rebase and resend it? thanks, greg k-h