* [PATCH] 2.4.22pre10: Missing parens in drivesr/pcmcia/ti113x.h
@ 2003-08-04 17:03 Chip Salzenberg
0 siblings, 0 replies; only message in thread
From: Chip Salzenberg @ 2003-08-04 17:03 UTC (permalink / raw)
To: Linux Kernel
This patch seems like a precedence fix. I don't have the appropriate
hardware to test a behavior change, so I can't be sure.
Index: linux/drivers/pcmcia/ti113x.h
--- linux/drivers/pcmcia/ti113x.h.old 2003-08-04 12:45:32.000000000 -0400
+++ linux/drivers/pcmcia/ti113x.h 2003-08-04 12:53:08.000000000 -0400
@@ -180,5 +180,5 @@
devctl = config_readb(socket, TI113X_DEVICE_CONTROL);
- if (devctl & TI113X_DCR_IMODE_MASK != TI12XX_DCR_IMODE_ALL_SERIAL) {
+ if ((devctl & TI113X_DCR_IMODE_MASK) != TI12XX_DCR_IMODE_ALL_SERIAL) {
printk (KERN_INFO "ti113x: Routing card interrupts to PCI\n");
--
Chip Salzenberg - a.k.a. - <chip@pobox.com>
"I wanted to play hopscotch with the impenetrable mystery of existence,
but he stepped in a wormhole and had to go in early." // MST3K
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-08-04 17:04 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-08-04 17:03 [PATCH] 2.4.22pre10: Missing parens in drivesr/pcmcia/ti113x.h Chip Salzenberg
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox