Skip to content

Commit

Permalink
[media] v4l: tvp5150: Don't inline the tvp5150_selmux() function
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Laurent Pinchart authored and Mauro Carvalho Chehab committed Dec 12, 2016
1 parent 406ff67 commit 6e98bee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/i2c/tvp5150.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 6e98bee

Please sign in to comment.