]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit73492da700d4138e1c2180f35b0f32cae933c49c
tree7bc73c1ad3048a39189174f67b8290b4eafebb57
parent57a415534af42b50e4b0949da5f6498af4257150
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