syscon: Use %pa to format the variable of resource_size_t type
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 31 May 2022 20:24:04 +0000 (23:24 +0300)
committerLee Jones <lee@kernel.org>
Tue, 19 Jul 2022 09:54:39 +0000 (10:54 +0100)
commit7ff7d5ffb7259f78f87cd0db59d8656799aee8c3
tree7bc73c1ad3048a39189174f67b8290b4eafebb57
parent6e1f1b1c93ceec1d9bfa9213775abc19161de5f1
syscon: Use %pa to format the variable of resource_size_t type

Instead of explicit casting, use %pa specifier to format
the variable of resource_size_t type.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Link: https://lore.kernel.org/r/20220531202404.70282-1-andriy.shevchenko@linux.intel.com
drivers/mfd/syscon.c