[PATCH] staging: vc04_services: Remove explicit NULL pointer

Greg Kroah-Hartman gregkh at linuxfoundation.org
Mon Nov 14 14:42:07 UTC 2016


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 at 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


More information about the devel mailing list