Shraddha Barke ff52fc380d Staging: speakup: varhandlers.c: Remove explicit NULL comparison
Remove explicit NULL comparison and write it in its simpler form.
Replacement done with coccinelle:

@replace_rule@
expression e;
@@

-e == NULL
+ !e

Signed-off-by: Shraddha Barke <shraddha.6596@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2015-09-12 18:24:59 -07:00
..
2015-09-12 18:24:57 -07:00
2015-09-05 18:21:14 -07:00
2015-07-20 13:21:28 -07:00
2015-09-09 08:33:31 -07:00
2015-09-09 08:33:31 -07:00