Commit 8d7c6850 authored by Dave Jones's avatar Dave Jones Committed by James Bottomley

[PATCH] copy-paste ; breakage in sym_2

Same bug as other sym driver.
parent fe591fcd
...@@ -234,7 +234,7 @@ static void sym_soft_reset (hcb_p np) ...@@ -234,7 +234,7 @@ static void sym_soft_reset (hcb_p np)
INW (nc_sist); INW (nc_sist);
} }
else if (istat & DIP) { else if (istat & DIP) {
if (INB (nc_dstat) & ABRT); if (INB (nc_dstat) & ABRT)
break; break;
} }
UDELAY(5); 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