* [PATCH] aix7xxx_old typo
@ 2003-02-26 19:20 John Levon
0 siblings, 0 replies; only message in thread
From: John Levon @ 2003-02-26 19:20 UTC (permalink / raw)
To: linux-scsi; +Cc: dledford
Untested, against 2.5.63
regards
john
--- linux-linus/drivers/scsi/aic7xxx_old.c 2003-02-25 13:53:55.000000000 +0000
+++ linux/drivers/scsi/aic7xxx_old.c 2003-02-26 19:24:45.000000000 +0000
@@ -10392,7 +10392,7 @@
aic7xxx_done_cmds_complete(p);
/* If the command was already complete or just completed, then we didn't
* do a reset, return FAILED */
- if(!scb->flags & SCB_ACTIVE)
+ if(!(scb->flags & SCB_ACTIVE))
return FAILED;
pause_sequencer(p);
@@ -10615,7 +10615,7 @@
aic7xxx_done_cmds_complete(p);
/* If the command was already complete or just completed, then we didn't
* do a reset, return FAILED */
- if(!scb->flags & SCB_ACTIVE)
+ if(!(scb->flags & SCB_ACTIVE))
return FAILED;
pause_sequencer(p);
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-02-26 19:20 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-02-26 19:20 [PATCH] aix7xxx_old typo John Levon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox