media: dib7000p: make static read-only arrays notch and sine const
authorColin Ian King <colin.i.king@gmail.com>
Sun, 23 Jan 2022 22:56:27 +0000 (23:56 +0100)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Mon, 7 Mar 2022 10:51:32 +0000 (11:51 +0100)
commit9de01d22409a37f7f198c22c03c6b220d14a7d4c
tree527de1c4b63ea0a10c3cc6f57a6bded2f50ed24b
parent211e6e863531b5273e0b201932154e39ce62403d
media: dib7000p: make static read-only arrays notch and sine const

The static arrays notch and sine are read-only so it make sense
to make them const.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
drivers/media/dvb-frontends/dib7000p.c