From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753668AbcI0Kow (ORCPT ); Tue, 27 Sep 2016 06:44:52 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:58908 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753244AbcI0Kor (ORCPT ); Tue, 27 Sep 2016 06:44:47 -0400 Date: Tue, 27 Sep 2016 12:44:50 +0200 From: Greg KH To: Amit Ghadge Cc: accessrunner-general@lists.sourceforge.net, linux-kernel@vger.kernel.org Subject: Re: [PATCH] usb: atm: cxacru: Clean up if function returned NULL on failure Message-ID: <20160927104450.GA11899@kroah.com> References: <1473784171-7768-1-git-send-email-amitg.b14@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1473784171-7768-1-git-send-email-amitg.b14@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, Sep 13, 2016 at 09:59:31PM +0530, Amit Ghadge wrote: > Some functions return NULL on failure, used !x instead of x==NULL. > > Signed-off-by: Amit Ghadge > --- > drivers/usb/atm/cxacru.c | 12 ++++++------ > 1 file changed, 6 insertions(+), 6 deletions(-) Always use scripts/get_maintainer.pl to determine who to send patches to, including which mailing list (hint, not lkml for usb patches...) thanks, greg k-h