commit | 6539f71d1d85895afd60c68d039342447713ee50 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | Wed Aug 23 02:18:19 2023 +0200 |
committer | Tom Rini <trini@konsulko.com> | Wed Aug 30 17:56:21 2023 -0400 |
tree | 2603c6cabf23dbb51629ec514a0f03f344cbf2d8 | |
parent | 16be2bc72e1c1ce188214b71ba5c7c9d990e6021 [diff] |
drivers/mtd/nvmxip: Print phys_addr_t without warnings on both 32bit and 64bit systems Cast the address such that it can be printed without warnings on both 32bit and 64bit systems. This really should use some better print formatter, but for the lack of it, do it this way. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>