Re: [PATCH v6] USB: serial: ftdi_sio: implement GPIO support for FT-X devices
From: Karoly Pados
Date: Tue Sep 25 2018 - 06:47:33 EST
>> gpiolib doesn't clear bits not in mask for you, so you need to OR with
>> *mask here to avoid setting random other bits.
>
> That was of course meant to be: *AND* with *mask.
>
Ah, okay, one question from my previous e-mail down.