Re: [PATCH V2 2/2] serial: 8250_omap: Fix gpio check for auto RTS/CTS

2019-10-06 Thread Yegor Yefremov
On Sun, Oct 6, 2019 at 6:33 PM Adam Ford wrote: > > There are two checks to see if the manual gpio is configured, but > these the check is seeing if the structure is NULL instead it > should check to see if there are CTS and/or RTS pins defined. > > This patch uses checks for those individual pins

[PATCH V2 2/2] serial: 8250_omap: Fix gpio check for auto RTS/CTS

2019-10-06 Thread Adam Ford
There are two checks to see if the manual gpio is configured, but these the check is seeing if the structure is NULL instead it should check to see if there are CTS and/or RTS pins defined. This patch uses checks for those individual pins instead of checking for the structure itself to restore aut