commit | 72a95859728a7866522e6633818bebc1c2519b17 | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Mon Aug 08 17:08:11 2022 +0300 |
committer | Lee Jones <lee@kernel.org> | Thu Sep 29 19:06:57 2022 +0100 |
tree | 0d08f9804ae729c7cb18541041c2260ca0ba656f | |
parent | 02010cf0093629b9eeadade1f2684d85eaa3390f [diff] |
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