]> 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)
commit9faa7df5463a9283a4e9860858af4c630b310cae
tree0d08f9804ae729c7cb18541041c2260ca0ba656f
parent6853b5eab97ce39e955c07ae100614e6c5dc6877
mfd: syscon: Remove repetition of the regmap_get_val_endian()

Since the commit 29eb71351f08 ("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