All of lore.kernel.org
 help / color / mirror / Atom feed
From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: linux-media@vger.kernel.org
Cc: Mauro Carvalho Chehab <mchehab@s-opensource.com>,
	Javier Martinez Canillas <javier@osg.samsung.com>,
	Prabhakar Lad <prabhakar.csengg@gmail.com>,
	Hans Verkuil <hans.verkuil@cisco.com>,
	Devin Heitmueller <dheitmueller@kernellabs.com>
Subject: [PATCH v2 2/6] v4l: tvp5150: Don't inline the tvp5150_selmux() function
Date: Fri,  9 Dec 2016 13:47:15 +0200	[thread overview]
Message-ID: <1481284039-7960-3-git-send-email-laurent.pinchart@ideasonboard.com> (raw)
In-Reply-To: <1481284039-7960-1-git-send-email-laurent.pinchart@ideasonboard.com>

The function is large and called in several places, don't inline it.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
---
 drivers/media/i2c/tvp5150.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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);
-- 
Regards,

Laurent Pinchart


  parent reply	other threads:[~2016-12-09 11:46 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-09 11:47 [PATCH v2 0/6] Fix tvp5150 regression with em28xx Laurent Pinchart
2016-12-09 11:47 ` [PATCH v2 1/6] v4l: tvp5150: Compile tvp5150_link_setup out if !CONFIG_MEDIA_CONTROLLER Laurent Pinchart
2016-12-09 11:47 ` Laurent Pinchart [this message]
2016-12-09 11:47 ` [PATCH v2 3/6] v4l: tvp5150: Add missing break in set control handler Laurent Pinchart
2016-12-09 11:47 ` [PATCH v2 4/6] v4l: tvp5150: Reset device at probe time, not in get/set format handlers Laurent Pinchart
2016-12-09 11:47 ` [PATCH v2 5/6] v4l: tvp5150: Fix comment regarding output pin muxing Laurent Pinchart
2016-12-09 11:47 ` [PATCH v2 6/6] v4l: tvp5150: Don't override output pinmuxing at stream on/off time Laurent Pinchart
2016-12-12  9:51 ` [PATCH v2 0/6] Fix tvp5150 regression with em28xx Mauro Carvalho Chehab
2016-12-12 16:22   ` Javier Martinez Canillas
2016-12-12 16:37     ` Laurent Pinchart
2016-12-21 10:41       ` Mauro Carvalho Chehab
2016-12-21 14:11         ` Devin Heitmueller
2016-12-21 14:35           ` Mauro Carvalho Chehab

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1481284039-7960-3-git-send-email-laurent.pinchart@ideasonboard.com \
    --to=laurent.pinchart@ideasonboard.com \
    --cc=dheitmueller@kernellabs.com \
    --cc=hans.verkuil@cisco.com \
    --cc=javier@osg.samsung.com \
    --cc=linux-media@vger.kernel.org \
    --cc=mchehab@s-opensource.com \
    --cc=prabhakar.csengg@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.