]> www.infradead.org Git - users/jedix/linux-maple.git/commit
media: ati_remote: don't push static constants on stack for %*ph
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 17 Oct 2024 09:36:06 +0000 (12:36 +0300)
committerHans Verkuil <hverkuil@xs4all.nl>
Tue, 29 Oct 2024 15:37:23 +0000 (16:37 +0100)
commitc7ccf3683ac9746b263b0502255f5ce47f64fe0a
tree27a034f1c9b2bf6d61f6a531a0bfd3d9dccf3269
parent0278d6c1ab0aaaac8ea96156bf99c47301c11eba
media: ati_remote: don't push static constants on stack for %*ph

There is no need to pass constants via stack. The width may be explicitly
specified in the format.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
drivers/media/rc/ati_remote.c