NetBSD-Bugs archive

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

PR/57259 CVS commit: src/sys/dev/usb



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

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/57259 CVS commit: src/sys/dev/usb
Date: Sun, 5 Mar 2023 23:28:54 +0000

 Module Name:	src
 Committed By:	riastradh
 Date:		Sun Mar  5 23:28:54 UTC 2023
 
 Modified Files:
 	src/sys/dev/usb: ucom.c
 
 Log Message:
 ucom(4): Simplify logic fixing PR kern/57259.
 
 cv_timedwait only ever returns 0 or EWOULDBLOCK, so this would always
 return ERESTART anyway.
 
 No functional change intended.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.137 -r1.138 src/sys/dev/usb/ucom.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