From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============6024649024495726611==" MIME-Version: 1.0 From: kbuild test robot To: kbuild-all@lists.01.org Subject: [RFC PATCH] media: dvb_dummy_fe.c: poll_snr_handler() can be static Date: Thu, 19 Mar 2020 05:15:25 +0800 Message-ID: <20200318211525.GA4412@920a0bc32229> In-Reply-To: <20200318060018.3437750-3-dwlsalmeida@gmail.com> List-Id: --===============6024649024495726611== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Fixes: 56586dd7135b ("media: dvb_dummy_fe.c: lose TS lock on bad snr") Signed-off-by: kbuild test robot --- dvb_dummy_fe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/dvb-frontends/dvb_dummy_fe.c b/drivers/media/dvb= -frontends/dvb_dummy_fe.c index 726c964a523d7..56edb1dbf8d94 100644 --- a/drivers/media/dvb-frontends/dvb_dummy_fe.c +++ b/drivers/media/dvb-frontends/dvb_dummy_fe.c @@ -87,7 +87,7 @@ struct dvb_dummy_fe_state { enum fe_status status; }; = -void poll_snr_handler(struct work_struct *work) +static void poll_snr_handler(struct work_struct *work) { /* periodically check the signal quality and eventually * lose the TS lock if it dips too low --===============6024649024495726611==--