Re: [PATCH] drm/tiny: fix printk format string for 32-bit

2025-03-04 Thread Jani Nikula
On Tue, 04 Mar 2025, Aditya Garg wrote: > Hi > >> On 4 Mar 2025, at 7:57 PM, Arnd Bergmann wrote: >> >> From: Arnd Bergmann >> >> A size_t must be printed with the %z modifier instead of %l: >> >> In file included from include/linux/device.h:15, >> from include/linux/usb.h:19,

Re: [PATCH] drm/tiny: fix printk format string for 32-bit

2025-03-04 Thread Aditya Garg
Hi > On 4 Mar 2025, at 7:57 PM, Arnd Bergmann wrote: > > From: Arnd Bergmann > > A size_t must be printed with the %z modifier instead of %l: > > In file included from include/linux/device.h:15, > from include/linux/usb.h:19, > from drivers/gpu/drm/tiny/appletb

[PATCH] drm/tiny: fix printk format string for 32-bit

2025-03-04 Thread Arnd Bergmann
From: Arnd Bergmann A size_t must be printed with the %z modifier instead of %l: In file included from include/linux/device.h:15, from include/linux/usb.h:19, from drivers/gpu/drm/tiny/appletbdrm.c:19: drivers/gpu/drm/tiny/appletbdrm.c: In function 'appletbdrm_s