czw., 28 maj 2020 o 16:45 Mark Brown <broo...@kernel.org> napisaĆ(a): > > On Thu, May 28, 2020 at 04:22:40PM +0200, Bartosz Golaszewski wrote: > > > + return (val & bits) == bits ? 1 : 0; > > The tenery here is redundant, it's converting a boolean value into a > boolean value. Otherwise this looks good.
Do you mind if I respin it right away? I don't want to spam the list. Bartosz