Re: [PATCH v2 3/5] drivers/mtd/nvmxip: Print phys_addr_t without warnings on both 32bit and 64bit systems

2023-08-31 Thread Tom Rini
On Wed, Aug 23, 2023 at 02:18:19AM +0200, Marek Vasut wrote: > 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 Applied to

[PATCH v2 3/5] drivers/mtd/nvmxip: Print phys_addr_t without warnings on both 32bit and 64bit systems

2023-08-22 Thread Marek Vasut
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 --- Cc: Abdellatif El Khlifi Cc: Simon Glass --- V2: New patch --- drivers/mtd/n