Module Name:src
Committed By: thorpej
Date: Sun Sep 12 22:02:19 UTC 2021
Modified Files:
src/sys/dev/i2c [thorpej-i2c-spi-conf2]: i2c.c
Log Message:
iic_devslot_remove(): remove an errant "return false;" (the result of
a paste-o).
To generate a diff of this commit:
cvs r
Module Name:src
Committed By: thorpej
Date: Sun Sep 12 22:02:19 UTC 2021
Modified Files:
src/sys/dev/i2c [thorpej-i2c-spi-conf2]: i2c.c
Log Message:
iic_devslot_remove(): remove an errant "return false;" (the result of
a paste-o).
To generate a diff of this commit:
cvs r
Module Name:src
Committed By: thorpej
Date: Sun Aug 22 18:43:06 UTC 2021
Modified Files:
src/sys/dev/i2c [thorpej-i2c-spi-conf2]: i2c.c
Log Message:
In iic_devslot_reserve(), don't set a pointer to NULL before dereferencing
it in a KASSERT().
To generate a diff of this c
Module Name:src
Committed By: thorpej
Date: Sun Aug 22 18:43:06 UTC 2021
Modified Files:
src/sys/dev/i2c [thorpej-i2c-spi-conf2]: i2c.c
Log Message:
In iic_devslot_reserve(), don't set a pointer to NULL before dereferencing
it in a KASSERT().
To generate a diff of this c
Module Name:src
Committed By: thorpej
Date: Sun Aug 22 18:40:11 UTC 2021
Modified Files:
src/sys/dev/i2c [thorpej-i2c-spi-conf2]: i2c.c
Log Message:
Use designated initialiers in iic_attach().
To generate a diff of this commit:
cvs rdiff -u -r1.80.2.2 -r1.80.2.3 src/sys/
Module Name:src
Committed By: thorpej
Date: Sun Aug 22 18:40:11 UTC 2021
Modified Files:
src/sys/dev/i2c [thorpej-i2c-spi-conf2]: i2c.c
Log Message:
Use designated initialiers in iic_attach().
To generate a diff of this commit:
cvs rdiff -u -r1.80.2.2 -r1.80.2.3 src/sys/