Module Name: src Committed By: thorpej Date: Mon Dec 23 19:20:18 UTC 2019
Modified Files:
src/sys/dev/i2c: max77620.c
Log Message:
Actually, the local mutex is unnecesary; the i2c bus lock is held
across all register r/m/w cycles, so we can just piggy back on that.
(I misread the code previously.)
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/dev/i2c/max77620.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
