alistair23-linux/drivers/char/rio
Willy Tarreau 88dacbe961 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>
2007-02-17 18:57:09 +01:00
..
board.h
cirrus.h
cmdblk.h
cmdpkt.h
daemon.h
errors.h
func.h Various drivers' irq handlers: kill dead code, needless casts 2006-10-06 15:00:58 -04:00
host.h [PATCH] Char: correct pci_get_device changes 2006-10-21 13:35:05 -07:00
link.h
linux_compat.h
Makefile
map.h
param.h
parmmap.h
pci.h
phb.h
pkt.h
port.h
protsts.h
rio.h
rio_linux.c rio: typo in bitwise AND expression. 2007-02-17 18:57:09 +01:00
rio_linux.h
rioboard.h
rioboot.c
riocmd.c [PATCH] getting rid of all casts of k[cmz]alloc() calls 2006-12-13 09:05:58 -08:00
rioctrl.c [PATCH] rio: fix array checking 2006-10-16 08:27:54 -07:00
riodrvr.h
rioinfo.h
rioinit.c Fix misc .c/.h comment typos 2006-11-30 05:24:39 +01:00
riointr.c [PATCH] Char: tty_wakeup cleanup 2007-02-11 10:51:26 -08:00
rioioctl.h
rioparam.c Fix misc .c/.h comment typos 2006-11-30 05:24:39 +01:00
rioroute.c
riospace.h
riotable.c
riotty.c
route.h
rup.h
unixrup.h