]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Input: alps - use scnprintf() to suppress truncation warning
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 30 Jun 2025 08:21:52 +0000 (11:21 +0300)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 30 Jun 2025 16:45:46 +0000 (09:45 -0700)
commita106b6a888caf478d5fd31d123ffa09558500772
tree5b1a36c720de2a4f42726931dcc7a79364bc1b4f
parent63f4970a1219b5256e8ea952096c86dab666d312
Input: alps - use scnprintf() to suppress truncation warning

The commit 76c968e75715 ("Input: alps - switch to use scnprintf() to suppress
truncation warning") converted one place in the driver while the other left
untouched. Convert the other place as well.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20250630082245.1416796-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/mouse/alps.c