Page MenuHomeFreeBSD

D22926.1786806324.diff
No OneTemporary

Size
608 B
Referenced Files
None
Subscribers
None

D22926.1786806324.diff

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

Mime Type
text/plain
Expires
Sat, Aug 15, 3:05 PM (5 h, 35 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29410139
Default Alt Text
D22926.1786806324.diff (608 B)

Event Timeline