platform: goldfish: pipe: Replace "x==NULL" to "!x"
authorRoman Kiryanov <rkir@google.com>
Mon, 27 Aug 2018 18:23:15 +0000 (11:23 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 14 Sep 2018 13:31:31 +0000 (15:31 +0200)
commitbfb8e83847931ac854810dfa37f7cbd56bcc2f1f
treecbb8fdd208a18e5229759ba0869bb66648ebd6d7
parentcc14057f514bc8500bd792b06409557114ec4b53
platform: goldfish: pipe: Replace "x==NULL" to "!x"

checkpatch: Comparison to NULL could be written "!x"

Signed-off-by: Roman Kiryanov <rkir@google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/platform/goldfish/goldfish_pipe.c