> > + if (bad_taps & BIT(new_tap)) { > > + new_tap = (priv->tap_set - 1) % priv->tap_num; > > + } > > I think we can remove the braces. > After removed it, > > Reviewed-by: Yoshihiro Shimoda True. Thank you, Shimoda-san!