diff options
| author | Mike Smith <msmith@FreeBSD.org> | 2000-11-21 06:58:24 +0000 |
|---|---|---|
| committer | Mike Smith <msmith@FreeBSD.org> | 2000-11-21 06:58:24 +0000 |
| commit | 6e6483213444778748883792d16163593b3e2149 (patch) | |
| tree | 353841c3679a2f25935a41f2e2a69719a3ca1b5b /sys/dev | |
| parent | 56cda6bf3972f4564a5fab62b18f9995720b9dd9 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/amr/amr.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/dev/amr/amr.c b/sys/dev/amr/amr.c index 7ffe1b16a954..e62a3e29fd38 100644 --- a/sys/dev/amr/amr.c +++ b/sys/dev/amr/amr.c @@ -846,11 +846,6 @@ amr_wait_command(struct amr_command *ac) while ((ac->ac_flags & AMR_CMD_BUSY) && (count < 30)) { tsleep(ac, PRIBIO | PCATCH, "amrwcmd", hz); } - - if (ac->ac_status != 0) { - device_printf(sc->amr_dev, "I/O error - 0x%x\n", ac->ac_status); - return(EIO); - } return(0); } |
