diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2014-04-06 01:14:22 +0400 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2014-04-25 21:19:06 +0400 |
commit | 67ebd8140dc8923c65451fa0f6a8eee003c4dcd3 (patch) | |
tree | 23c3dfa6a8a664116e33d5c74ee39e8ee96fe987 /Documentation/ABI/stable/sysfs-firmware-opal-dump | |
parent | c1309040967e200d3ea6415ae54cf6a69d7ad996 (diff) | |
download | linux-67ebd8140dc8923c65451fa0f6a8eee003c4dcd3.tar.xz |
PCI: Fix incorrect vgaarb conditional in WARN_ON()
3448a19da479 "vgaarb: use bridges to control VGA routing where possible"
added the "flags & PCI_VGA_STATE_CHANGE_DECODES" condition to an existing
WARN_ON(), but used bitwise AND (&) instead of logical AND (&&), so the
condition is never true. Replace with logical AND.
Found by Coverity (CID 142811).
Fixes: 3448a19da479 "vgaarb: use bridges to control VGA routing where possible"
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Yinghai Lu <yinghai@kernel.org>
Acked-by: David Airlie <airlied@redhat.com>
Diffstat (limited to 'Documentation/ABI/stable/sysfs-firmware-opal-dump')
0 files changed, 0 insertions, 0 deletions