Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F112035146
D22926.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.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
Wed, Mar 12, 9:30 PM (7 h, 48 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17100497
Default Alt Text
D22926.diff (608 B)
Attached To
Mode
D22926: [gpioths] Fix GPIOTHS_DEBUG
Attached
Detach File
Event Timeline
Log In to Comment