Nuke bogus error message

This commit is contained in:
David Greenman 1994-02-07 04:20:57 +00:00
parent c18a08b91d
commit 5ef457fa81
1 changed files with 1 additions and 4 deletions

View File

@ -37,7 +37,7 @@ static int wdtest = 0;
* SUCH DAMAGE.
*
* from: @(#)wd.c 7.2 (Berkeley) 5/9/91
* $Id: wd.c,v 1.25 1994/02/06 02:56:11 rgrimes Exp $
* $Id: wd.c,v 1.26 1994/02/06 17:03:17 ats Exp $
*/
/* TODO:
@ -697,9 +697,6 @@ oops:
chk = min(DEV_BSIZE / sizeof(short), du->dk_bc / sizeof(short));
/* ready to receive data? */
if ((du->dk_status & (WDCS_READY | WDCS_SEEKCMPLT | WDCS_DRQ))
!= (WDCS_READY | WDCS_SEEKCMPLT | WDCS_DRQ))
wderror(bp, du, "wdintr: read intr arrived early");
if (wdwait(du, WDCS_READY | WDCS_SEEKCMPLT | WDCS_DRQ) != 0) {
wderror(bp, du, "wdintr: read error detected late");
goto oops;