mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Replace hard coded '0' with symbolic constant IIC_UNKNOWN to reflect what
we're actually doing.
This commit is contained in:
parent
a73b656763
commit
b2f9074c9d
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue