Commit eeedbf43 authored by Dave Jones's avatar Dave Jones Committed by James Bottomley

[PATCH] Erroneous colon in sym53c8xx.c

parent fdb1dfbc
......@@ -6984,7 +6984,7 @@ static void ncr_soft_reset(ncb_p np)
INW (nc_sist);
}
else if (istat & DIP) {
if (INB (nc_dstat) & ABRT);
if (INB (nc_dstat) & ABRT)
break;
}
UDELAY(5);
......
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