]> www.infradead.org Git - users/jedix/linux-maple.git/commit
media: imon: don't push static constants on stack for %*ph
authorSean Young <sean@mess.org>
Mon, 28 Oct 2024 15:59:27 +0000 (15:59 +0000)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Wed, 11 Dec 2024 18:48:17 +0000 (19:48 +0100)
commitef2cc59cb623444a5b57ce55b336e0185f78e762
treea78112325e7a48c6fe498aa54658236602eafa38
parentb5e7850cc87e749edd6bbb2bc2d071900ed4afd3
media: imon: 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: Sean Young <sean@mess.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/rc/imon_raw.c