staging: comedi: dt2801: remove disabled code in dt2801_writedata
The code that checks the DT_S_READY status is disabled. Just remove it. Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Reviewed-by: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
45d351031e
commit
cd5afa443a
1 changed files with 0 additions and 7 deletions
|
@ -289,13 +289,6 @@ static int dt2801_writedata(struct comedi_device *dev, unsigned int data)
|
||||||
outb_p(data & 0xff, dev->iobase + DT2801_DATA);
|
outb_p(data & 0xff, dev->iobase + DT2801_DATA);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
#if 0
|
|
||||||
if (stat & DT_S_READY) {
|
|
||||||
printk
|
|
||||||
("dt2801: ready flag set (bad!) in dt2801_writedata()\n");
|
|
||||||
return -EIO;
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
} while (--timeout > 0);
|
} while (--timeout > 0);
|
||||||
|
|
||||||
return -ETIME;
|
return -ETIME;
|
||||||
|
|
Loading…
Add table
Reference in a new issue