On Thu, 10 Sep 2020 18:32:29 -0700 Jakub Kicinski wrote: > On Thu, 10 Sep 2020 14:28:10 -0700 Jacob Keller wrote: > > +#define DEVLINK_FLASH_OVERWRITE_SETTINGS > > BIT(DEVLINK_FLASH_OVERWRITE_SETTINGS_BIT) > > +#define DEVLINK_FLASH_OVERWRITE_IDENTIFIERS > > BIT(DEVLINK_FLASH_OVERWRITE_IDENTIFIERS_BIT) > > You got two more here.
Ah! FWIW I found the macro you can use instead: _BITUL(x) Couldn't grep that one out yesterday.