Commit 6e98bee2 authored by Laurent Pinchart's avatar Laurent Pinchart Committed by Mauro Carvalho Chehab

[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: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@osg.samsung.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent 406ff67d
...@@ -258,7 +258,7 @@ static int tvp5150_log_status(struct v4l2_subdev *sd) ...@@ -258,7 +258,7 @@ static int tvp5150_log_status(struct v4l2_subdev *sd)
Basic functions Basic functions
****************************************************************************/ ****************************************************************************/
static inline void tvp5150_selmux(struct v4l2_subdev *sd) static void tvp5150_selmux(struct v4l2_subdev *sd)
{ {
int opmode = 0; int opmode = 0;
struct tvp5150 *decoder = to_tvp5150(sd); struct tvp5150 *decoder = to_tvp5150(sd);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment