]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
auxdisplay: max6959: use regmap_assign_bits() in max6959_enable()
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 4 May 2026 10:00:28 +0000 (12:00 +0200)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 5 May 2026 09:07:46 +0000 (11:07 +0200)
commitd25e5cbac4e2287c843fc8b45c50dd8e57e3a696
tree2f1b8d194a25b152f81308522223f67ec148cc28
parent254f49634ee16a731174d2ae34bc50bd5f45e731
auxdisplay: max6959: use regmap_assign_bits() in max6959_enable()

Replace the ternary with a direct call to the regmap_assign_bits()
helper and save a couple lines of code.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
drivers/auxdisplay/max6959.c