Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F173184978
D22926.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
608 B
Referenced Files
None
Subscribers
None
D22926.id.diff
View Options
Index: head/sys/dev/gpio/gpioths.c
===================================================================
--- head/sys/dev/gpio/gpioths.c
+++ head/sys/dev/gpio/gpioths.c
@@ -220,10 +220,10 @@
#ifdef GPIOTHS_DEBUG
/* Debug bits */
for (i = 0; i < GPIOTHS_DHT_CYCLES; i++)
- device_printf(dev, "%d: %d %d\n", i, calibrations[i],
+ device_printf(sc->dev, "%d: %d %d\n", i, calibrations[i],
intervals[i]);
- device_printf(dev, "len=%d, data=%x, crc=%x/%x\n", avglen, value, crc,
+ device_printf(sc->dev, "len=%d, data=%x, crc=%x/%x\n", avglen, value, crc,
calc);
#endif /* GPIOTHS_DEBUG */
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Sep 25, 4:15 AM (16 h, 36 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
39523945
Default Alt Text
D22926.id.diff (608 B)
Attached To
Mode
D22926: [gpioths] Fix GPIOTHS_DEBUG
Attached
Detach File
Event Timeline
Log In to Comment