summaryrefslogtreecommitdiffstats
path: root/drivers/media/radio/radio-shark.c
diff options
context:
space:
mode:
authorJulia Lawall2015-11-22 11:32:53 +0100
committerMauro Carvalho Chehab2015-12-03 14:26:45 +0100
commit22dbec265c4fbea4cecc37bcbdbb730c0bc639ff (patch)
tree5b667ac50935e804b5f764ffbad7ab95686b5223 /drivers/media/radio/radio-shark.c
parent[media] v4l2-dv-timings: add new arg to v4l2_match_dv_timings (diff)
downloadkernel-qcow2-linux-22dbec265c4fbea4cecc37bcbdbb730c0bc639ff.tar.gz
kernel-qcow2-linux-22dbec265c4fbea4cecc37bcbdbb730c0bc639ff.tar.xz
kernel-qcow2-linux-22dbec265c4fbea4cecc37bcbdbb730c0bc639ff.zip
[media] media, sound: tea575x: constify snd_tea575x_ops structures
The snd_tea575x_ops structures are never modified, so declare them as const. Done with the help of Coccinelle. Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr> Reviewed-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/radio/radio-shark.c')
-rw-r--r--drivers/media/radio/radio-shark.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/radio/radio-shark.c b/drivers/media/radio/radio-shark.c
index 409fac188d40..85667a95f003 100644
--- a/drivers/media/radio/radio-shark.c
+++ b/drivers/media/radio/radio-shark.c
@@ -150,7 +150,7 @@ static u32 shark_read_val(struct snd_tea575x *tea)
return val;
}
-static struct snd_tea575x_ops shark_tea_ops = {
+static const struct snd_tea575x_ops shark_tea_ops = {
.write_val = shark_write_val,
.read_val = shark_read_val,
};