summaryrefslogtreecommitdiffstats
path: root/drivers/media
diff options
context:
space:
mode:
authorLaurent Pinchart2016-12-08 23:22:42 +0100
committerMauro Carvalho Chehab2016-12-12 10:43:50 +0100
commit6e98bee2899549c7482b05b0740bf195493ef9dc (patch)
tree64bc867ee4f52725950c632b6bc3b287227748a8 /drivers/media
parent[media] v4l: tvp5150: Compile tvp5150_link_setup out if !CONFIG_MEDIA_CONTROLLER (diff)
downloadkernel-qcow2-linux-6e98bee2899549c7482b05b0740bf195493ef9dc.tar.gz
kernel-qcow2-linux-6e98bee2899549c7482b05b0740bf195493ef9dc.tar.xz
kernel-qcow2-linux-6e98bee2899549c7482b05b0740bf195493ef9dc.zip
[media] v4l: tvp5150: Don't inline the tvp5150_selmux() function
The function is large and called in several places, don't inline it. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media')
-rw-r--r--drivers/media/i2c/tvp5150.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/i2c/tvp5150.c b/drivers/media/i2c/tvp5150.c
index 08384951c9e5..febe6833a504 100644
--- a/drivers/media/i2c/tvp5150.c
+++ b/drivers/media/i2c/tvp5150.c
@@ -258,7 +258,7 @@ static int tvp5150_log_status(struct v4l2_subdev *sd)
Basic functions
****************************************************************************/
-static inline void tvp5150_selmux(struct v4l2_subdev *sd)
+static void tvp5150_selmux(struct v4l2_subdev *sd)
{
int opmode = 0;
struct tvp5150 *decoder = to_tvp5150(sd);