OSDN Git Service

media: tuners: reduce stack usage in mxl5005s_reconfigure
authorBixuan Cui <cuibixuan@huawei.com>
Thu, 16 Jul 2020 17:17:42 +0000 (19:17 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Fri, 27 Nov 2020 12:47:42 +0000 (13:47 +0100)
commitf0cf9985507c649b033affe206f94adea288a5ee
treeaa25d232d356a72377befba02599160eb4f53530
parent965045caa11c43adfdf720c8009fea0b33bfc0a6
media: tuners: reduce stack usage in mxl5005s_reconfigure

Fix the warning: [-Werror=-Wframe-larger-than=]

drivers/media/tuners/mxl5005s.c: In function 'mxl5005s_reconfigure':
drivers/media/tuners/mxl5005s.c:3953:1:
warning: the frame size of 1152 bytes is larger than 1024 bytes

Signed-off-by: Bixuan Cui <cuibixuan@huawei.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/tuners/mxl5005s.c