]> git.baikalelectronics.ru Git - kernel.git/commit
mfd: syscon: Remove repetition of the regmap_get_val_endian()
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 8 Aug 2022 14:08:11 +0000 (17:08 +0300)
committerLee Jones <lee@kernel.org>
Thu, 29 Sep 2022 18:06:57 +0000 (19:06 +0100)
commit2aea7a242a647bf4fd58e76676f1d0a4f35ba8af
tree0d08f9804ae729c7cb18541041c2260ca0ba656f
parent4023693219e914c6af458eff336a04f83264bc06
mfd: syscon: Remove repetition of the regmap_get_val_endian()

Since the commit a484f271c042 ("regmap: mmio: Parse endianness
definitions from DT") regmap MMIO parses DT itsef, no need to
repeat this in the caller(s).

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Lee Jones <lee@kernel.org>
Link: https://lore.kernel.org/r/20220808140811.26734-1-andriy.shevchenko@linux.intel.com
drivers/mfd/syscon.c