diff options
author | Peter Huewe <peterhuewe@gmx.de> | 2013-05-13 23:41:49 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-05-16 16:02:35 -0700 |
commit | 85b38476fde05b4337115f0e830667e7156c6e2e (patch) | |
tree | 7430c24ce5948b2c166c63cccbad75ac42c1fd44 /sound/aoa/soundbus | |
parent | 986eb9fad5da8bc498eb9d15d61efae4c4c407c1 (diff) | |
download | linux-85b38476fde05b4337115f0e830667e7156c6e2e.tar.bz2 |
staging/xgifb: Fix always false condition in vb_setmode.c (smatch)
Smatch complains:
drivers/staging/xgifb/vb_setmode.c:3181
XGI_SetLockRegs() warn: bitwise AND condition is false here
Since SetNTSCTV is defined as 0 in drivers/video/sis/initdef.h this is
correct.
-> Change the condition to == to fix this.
Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'sound/aoa/soundbus')
0 files changed, 0 insertions, 0 deletions