diff options
author | Willy Tarreau <w@1wt.eu> | 2007-01-06 02:31:24 +0100 |
---|---|---|
committer | Adrian Bunk <bunk@stusta.de> | 2007-01-09 03:23:31 +0100 |
commit | 152ecd2726ff526aabf7510b379a1a8ffb05d3ec (patch) | |
tree | 0fb0dbf0189f5b619ff7d4ebcafdb01cf9a7a81b /arch | |
parent | c6b135f0b02f2104475ce279ac3cb7442419cd2a (diff) |
rio: typo in bitwise AND expression.
The line:
hp->Mode &= !RIO_PCI_INT_ENABLE;
is obviously wrong as RIO_PCI_INT_ENABLE=0x04 and is used as a bitmask
2 lines before. Getting no IRQ would not disable RIO_PCI_INT_ENABLE
but rather RIO_PCI_BOOT_FROM_RAM which equals 0x01.
Obvious fix is to change ! for ~.
Signed-off-by: Willy Tarreau <w@1wt.eu>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions