On Mon, Jun 10, 2019 at 7:12 PM Grygorii Strashko <grygorii.strashko@xxxxxx> wrote: > From: Russell King <rmk+kernel@xxxxxxxxxxxxxxx> > > This function open-codes an exclusive-or bitwise operation using an > if() statement and explicitly setting or clearing the bit. Instead, > use an exclusive-or operation instead, and simplify the function. > > We can combine the preprocessor conditional using IS_ENABLED() and > gain some additional compilation coverage. > > Signed-off-by: Russell King <rmk+kernel@xxxxxxxxxxxxxxx> > Signed-off-by: Grygorii Strashko <grygorii.strashko@xxxxxx> Patch applied. Yours, Linus Walleij