Page MenuHomeFreeBSD

D22926.diff
No OneTemporary

D22926.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
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)

Event Timeline