From: gregkh@linuxfoundation.org (Greg Kroah-Hartman)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] staging: vc04_services: Remove explicit NULL pointer
Date: Mon, 14 Nov 2016 15:42:07 +0100 [thread overview]
Message-ID: <20161114144207.GA24686@kroah.com> (raw)
In-Reply-To: <1478866605-1561-1-git-send-email-maninder.s2@samsung.com>
On Fri, Nov 11, 2016 at 05:46:45PM +0530, Maninder Singh wrote:
> Replace direct comparisons to NULL i.e.
> 'x == NULL' with '!x'
> 'x != NULL' with 'x'
>
> Signed-off-by: Maninder Singh <maninder.s2@samsung.com>
A patch that was sent right before yours causes this patch to now have
conflicts. Can you refresh it against my staging-testing branch and
resend?
thanks,
greg k-h
prev parent reply other threads:[~2016-11-14 14:42 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-11 12:16 [PATCH] staging: vc04_services: Remove explicit NULL pointer Maninder Singh
2016-11-14 14:42 ` Greg Kroah-Hartman [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20161114144207.GA24686@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.