xr_usb_serial_common: fix 32-bit compilation
authorRosen Penev <rosenp@gmail.com>
Tue, 9 Jul 2024 21:27:55 +0000 (14:27 -0700)
committerDaniel Golle <daniel@makrotopia.org>
Fri, 12 Jul 2024 20:14:24 +0000 (21:14 +0100)
commit8844e651cc9b91ddca24286915bb5ab192489acc
treed517829fa171fb65e521e3a9849471bb3e6beff6
parentd257ffe609e6e226d64139bb1b802cba852c6cfb
xr_usb_serial_common: fix 32-bit compilation

Format needs to be %zd, not %ld for size_t.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
libs/xr_usb_serial_common/Makefile
libs/xr_usb_serial_common/patches/0001-fix-kernel-6.6-builds.patch