Bug fix report() "breaking" out after 1st controller reported.

This commit is contained in:
Ron Sluiter
2010-01-13 20:38:05 +00:00
parent c23811aff1
commit 31e2dbe7ca
-1
View File
@@ -187,7 +187,6 @@ static long report(int level)
printf(" MM3000 controller %d asyn port= %s, address=%d, id: %s \n",
card, cntrl->asyn_port, cntrl->asyn_address,
brdptr->ident);
break;
}
}
}