aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pcf
diff options
context:
space:
mode:
authorIan Lepore <ian@FreeBSD.org>2015-10-09 22:49:50 +0000
committerIan Lepore <ian@FreeBSD.org>2015-10-09 22:49:50 +0000
commitd1e99670ae56b733bfffe627047eb0a552b5ac7e (patch)
treebbb140dc59e21b4f7aac6e3bb75a3e623af290c2 /sys/dev/pcf
parentd2c05e201f2ad287fd1bc68c9a94f3c23f63224a (diff)
downloadsrc-d1e99670ae56b733bfffe627047eb0a552b5ac7e.tar.gz
src-d1e99670ae56b733bfffe627047eb0a552b5ac7e.zip
Notes
Diffstat (limited to 'sys/dev/pcf')
-rw-r--r--sys/dev/pcf/pcf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/pcf/pcf.c b/sys/dev/pcf/pcf.c
index 55e03460fb7e..f9252b57c638 100644
--- a/sys/dev/pcf/pcf.c
+++ b/sys/dev/pcf/pcf.c
@@ -170,7 +170,7 @@ pcf_start(device_t dev, u_char slave, int timeout)
printf("pcf: busy!\n");
#endif
PCF_UNLOCK(sc);
- return (IIC_EBUSBSY);
+ return (IIC_EBUSERR);
}
/* set slave address to PCF. Last bit (LSB) must be set correctly