diff options
| author | Warner Losh <imp@FreeBSD.org> | 2006-04-04 17:08:40 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2006-04-04 17:08:40 +0000 |
| commit | b2f9074c9d71bd80a773463ee192d323b06ad82b (patch) | |
| tree | 4491b4d8a2704e74bfeb31ca701c20a20fa5c4e5 | |
| parent | a73b6567633cb3541df12e5dae59a0483ebec165 (diff) | |
Notes
| -rw-r--r-- | sys/dev/iicbus/iic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/iicbus/iic.c b/sys/dev/iicbus/iic.c index 3a879d8d0d37d..9dd1431dbc040 100644 --- a/sys/dev/iicbus/iic.c +++ b/sys/dev/iicbus/iic.c @@ -276,7 +276,7 @@ iicioctl(struct cdev *dev, u_long cmd, caddr_t data, int flags, struct thread *t break; case I2CRSTCARD: - error = iicbus_reset(parent, 0, 0, NULL); + error = iicbus_reset(parent, IIC_UNKNOWN, 0, NULL); break; case I2CWRITE: |
