diff options
author | Stefan Weil <weil@mail.berlios.de> | 2011-01-28 13:30:17 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-02-01 21:30:23 +0100 |
commit | 48bc9a2ccec98de007117495123bba78a4bbdd9c (patch) | |
tree | 2eb8103a558a05ffef2039097ab47bdd353a971c /Kbuild | |
parent | enc28j60: Fix reading of transmit status vector (diff) | |
download | linux-48bc9a2ccec98de007117495123bba78a4bbdd9c.tar.xz linux-48bc9a2ccec98de007117495123bba78a4bbdd9c.zip |
vxge: Fix wrong boolean operator
This error is reported by cppcheck:
drivers/net/vxge/vxge-config.c:3693: warning: Mutual exclusion over || always evaluates to true. Did you intend to use && instead?
It looks like cppcheck is correct, so fix this. No test was run.
Cc: Ramkrishna Vepa <ramkrishna.vepa@exar.com>
Cc: Sivakumar Subramani <sivakumar.subramani@exar.com>
Cc: Sreenivasa Honnur <sreenivasa.honnur@exar.com>
Cc: Jon Mason <jon.mason@exar.com>
Cc: netdev@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Acked-by: Ram Vepa <ram.vepa@exar.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Kbuild')
0 files changed, 0 insertions, 0 deletions