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)
commit72a95859728a7866522e6633818bebc1c2519b17
tree0d08f9804ae729c7cb18541041c2260ca0ba656f
parent02010cf0093629b9eeadade1f2684d85eaa3390f
mfd: syscon: Remove repetition of the regmap_get_val_endian()

Since the commit 0dbdb76c0ca8 ("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