NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/53356 CVS commit: src/sys/dev/i2c



The following reply was made to PR kern/53356; it has been noted by GNATS.

From: "Jason R Thorpe" <thorpej%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/53356 CVS commit: src/sys/dev/i2c
Date: Tue, 12 Jun 2018 13:18:48 +0000

 Module Name:	src
 Committed By:	thorpej
 Date:		Tue Jun 12 13:18:48 UTC 2018
 
 Modified Files:
 	src/sys/dev/i2c: gttwsi_core.c
 
 Log Message:
 When initiating a transfer, if a device isn't present, we won't
 get an ACK after sending the address.  Check for this alternate
 state and suppress the error message when it occurs.
 
 Fixes PR kern/53356.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.5 -r1.6 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.
 


Home | Main Index | Thread Index | Old Index