diff options
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2017-11-20 19:45:56 +0100 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2017-11-30 13:50:17 +0800 |
commit | 39670c341f0598dd00e5124deb5b479bf674b949 (patch) | |
tree | 3bfb7a4df0858128984b4a1feaaef2479c0f9b8b /arch/arm/mach-bcm283x | |
parent | a2c0eed4e0f31dd822379d98fb25c0d24123d92f (diff) |
x86: don't compare pointers to 0
x86_vendor_name is defined as
static const char *const x86_vendor_name[]
So its elements should not be compared to 0.
Remove superfluous paranthesis.
Problem identified with Coccinelle.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'arch/arm/mach-bcm283x')
0 files changed, 0 insertions, 0 deletions