From: Mauro Carvalho Chehab Date: Sun, 24 Mar 2013 16:51:21 +0000 (-0300) Subject: [media] sony-btf-mpx: v4l2_tuner struct is now constant X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~81^2~237 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b781e6be79a394cd6980e9cd8fd5c25822d152b6;p=pandora-kernel.git [media] sony-btf-mpx: v4l2_tuner struct is now constant A patchset applied earlier changed v4l2_tuner struct parameter at vidioc_s_tuner to const. Do this change at sony_btf_mpx_s_tuner(), in order to remove this warning: drivers/media/i2c/sony-btf-mpx.c:335:2: warning: initialization from incompatible pointer type [enabled by default] drivers/media/i2c/sony-btf-mpx.c:335:2: warning: (near initialization for 'sony_btf_mpx_tuner_ops.s_tuner') [enabled by default] Cc: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed