dynamic_debug: drop explicit !=NULL checks
authorJim Cromie <jim.cromie@gmail.com>
Mon, 19 Dec 2011 22:12:39 +0000 (17:12 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 24 Jan 2012 20:46:46 +0000 (12:46 -0800)
commitd6a238d25014d0ff918410d73e2a6300bca5d1f1
treec7abb490f1ff36b0336ca6d8206e4a772bd4ff2f
parentae27f86a21eb9a9e005f06b126eb88662ba4f940
dynamic_debug: drop explicit !=NULL checks

Convert 'if (x !=NULL)' checks into 'if (x)'.

Signed-off-by: Jim Cromie <jim.cromie@gmail.com>
Signed-off-by: Jason Baron <jbaron@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
lib/dynamic_debug.c