Home
last modified time | relevance | path

Searched hist:d2bc4a994a1eb34cf35615af86445d105f419192 (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/hwmon/pmbus/
H A Dmp2975.cdiff d2bc4a994a1eb34cf35615af86445d105f419192 Mon Mar 25 13:07:42 CET 2024 Andy Shevchenko <andriy.shevchenko@linux.intel.com> hwmon: (pmbus/mp2975) Replace home made version of __assign_bit()

The newly introduced SWAP() macro is quite generic by naming, but
moreover it's a repetition of the existing __assign_bit().
With this applied, add a missing bits.h (via now required bitops.h).

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20240325120952.3019767-2-andriy.shevchenko@linux.intel.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>