Module Name: src Committed By: thorpej Date: Sat Jan 11 22:21:26 UTC 2020
Modified Files: src/sys/dev/i2c: gttwsi_core.c Log Message: In gttwsi_wait(), don't use cv_timedwait_sig() -- there's no reason to catch signals here, and the code would need to handle them properly, which this code does not. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/dev/i2c/gttwsi_core.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.