Commit d0da590b authored by John Levon's avatar John Levon Committed by James Bottomley

[PATCH] FlashPoint typo

Against 2.5.63, untested

regards
john
parent a44407bc
...@@ -3846,7 +3846,7 @@ int SetDevWideMode(PSCCBcard pCurrCard,PUCB p_ucb) ...@@ -3846,7 +3846,7 @@ int SetDevWideMode(PSCCBcard pCurrCard,PUCB p_ucb)
} }
else else
{ {
if(!currTar_Info->TarEEValue & EE_WIDE_SCSI) if(!(currTar_Info->TarEEValue & EE_WIDE_SCSI))
{ {
return(0); return(0);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment