Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F145568601
D37262.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
357 B
Referenced Files
None
Subscribers
None
D37262.diff
View Options
diff --git a/sys/dev/iicbus/gpio/tca64xx.c b/sys/dev/iicbus/gpio/tca64xx.c
--- a/sys/dev/iicbus/gpio/tca64xx.c
+++ b/sys/dev/iicbus/gpio/tca64xx.c
@@ -416,7 +416,7 @@
goto fail;
addr = TCA64XX_REG_ADDR(pin, sc->polarity_inv_reg);
- error = tca64xx_write(dev, addr, val);
+ error = tca64xx_write(dev, addr, inv_val);
fail:
mtx_unlock(&sc->mtx);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Feb 22, 2:56 PM (6 h, 25 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28938843
Default Alt Text
D37262.diff (357 B)
Attached To
Mode
D37262: Fix typo causing GPIO configuration mismatch
Attached
Detach File
Event Timeline
Log In to Comment