]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
[media] v4l: tvp5150: Don't inline the tvp5150_selmux() function
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Thu, 8 Dec 2016 22:22:42 +0000 (20:22 -0200)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Mon, 12 Dec 2016 09:43:50 +0000 (07:43 -0200)
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>
drivers/media/i2c/tvp5150.c

index 08384951c9e5ce107379623ae051faa491e5308a..febe6833a5042a57fb47872e133df85f7028dcef 100644 (file)
@@ -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);