OSDN Git Service

staging: goldfish: (coding style) Rewrite comparisons to NULL as "!data->reg_base"
authorChristian Colic <colic.christian@gmail.com>
Thu, 19 Nov 2015 08:47:24 +0000 (09:47 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 8 Feb 2016 02:29:00 +0000 (18:29 -0800)
commit269ad6e018146dafb70c9a40e546f73752d44db2
treec21bbcd6484f990f0f148114d482dba9e8cf9066
parent2ce601b033376905d585e0825d5499616a22b565
staging: goldfish: (coding style) Rewrite comparisons to NULL as "!data->reg_base"

Rewrite comparisons to NULL "data->reg_base == NULL" as "!data->reg_base" to conform to checkpatch.

Signed-off-by: Christian Colic <colic.christian@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/goldfish/goldfish_audio.c