Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F146503855
D22926.id65995.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
662 B
Referenced Files
None
Subscribers
None
D22926.id65995.diff
View Options
Index: sys/dev/gpio/gpioths.c
===================================================================
--- sys/dev/gpio/gpioths.c
+++ 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
Wed, Mar 4, 5:14 AM (21 h, 11 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29229015
Default Alt Text
D22926.id65995.diff (662 B)
Attached To
Mode
D22926: [gpioths] Fix GPIOTHS_DEBUG
Attached
Detach File
Event Timeline
Log In to Comment