]> git.baikalelectronics.ru Git - kernel.git/commit
samples: uhid: fix warnings in uhid-example
authorSam Ravnborg <sam@ravnborg.org>
Wed, 29 Apr 2020 03:45:18 +0000 (12:45 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Sun, 17 May 2020 09:52:01 +0000 (18:52 +0900)
commitab68889049bd700632c9e20250b85b62c8292dd5
tree003b1f0828e9d1f8841f9c043575d9ebfa36fe27
parent9a3107b31e9451f193a17b48b3a2561ecebf9a12
samples: uhid: fix warnings in uhid-example

Fix warnings seen when building for 32-bit architecture.

Use "%xd" for arguments of type size_t to fix the warnings.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
samples/uhid/uhid-example.c