Re: fix assignment in if-clause in upgt(4)

2018-08-24 Thread Claudio Jeker
On Fri, Aug 24, 2018 at 11:57:54AM +0100, Ricardo Mestre wrote: > Hi, > > Similar to the patch I just sent for smsc(4) this one also has a misplaced > parenthesis in an if-clause. NetBSD fixed this on rev 1.13. > > OK? OK claudio > Index: if_upgt.c > ===

Re: fix assignment in if-clause in upgt(4)

2018-08-24 Thread Jeremie Courreges-Anglas
On Fri, Aug 24 2018, Ricardo Mestre wrote: > Hi, > > Similar to the patch I just sent for smsc(4) this one also has a misplaced > parenthesis in an if-clause. NetBSD fixed this on rev 1.13. > > OK? ok jca@ > Index: if_upgt.c > === >

Re: fix assignment in if-clause in upgt(4)

2018-08-24 Thread Stefan Sperling
On Fri, Aug 24, 2018 at 11:57:54AM +0100, Ricardo Mestre wrote: > Hi, > > Similar to the patch I just sent for smsc(4) this one also has a misplaced > parenthesis in an if-clause. NetBSD fixed this on rev 1.13. > > OK? ok > Index: if_upgt.c >

fix assignment in if-clause in upgt(4)

2018-08-24 Thread Ricardo Mestre
Hi, Similar to the patch I just sent for smsc(4) this one also has a misplaced parenthesis in an if-clause. NetBSD fixed this on rev 1.13. OK? Index: if_upgt.c === RCS file: /cvs/src/sys/dev/usb/if_upgt.c,v retrieving revision 1.81