All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hans Verkuil <hverkuil@xs4all.nl>
To: Laurent Pinchart <laurent.pinchart@ideasonboard.com>,
	linux-media@vger.kernel.org
Cc: sadegh abbasi <sadegh612000@yahoo.co.uk>
Subject: Re: [PATCH 5/7] Revert "[media] v4l: omap4iss: Add module debug parameter"
Date: Thu, 22 Jan 2015 16:14:09 +0100	[thread overview]
Message-ID: <54C113C1.7020701@xs4all.nl> (raw)
In-Reply-To: <1421938126-17747-6-git-send-email-laurent.pinchart@ideasonboard.com>

On 01/22/15 15:48, Laurent Pinchart wrote:
> This reverts commit 186612342500b0af8498d7c8bc6b3ac32ac7a48e.
> 
> The video_device debug field has been renamed to dev_debug, resulting in
> a compilation failure. As v4l2 debugging is supposed to be controlled
> through a sysfs attribute created by the v4l2 core, there's no need to
> duplicate debug control through a module parameter. Remove it.
> 
> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

Oops!

Fixed the daily build so that the omap4 driver is now compiled.

Acked-by: Hans Verkuil <hans.verkuil@cisco.com>

Regards,

	Hans

> ---
>  drivers/staging/media/omap4iss/iss_video.c | 5 -----
>  1 file changed, 5 deletions(-)
> 
> diff --git a/drivers/staging/media/omap4iss/iss_video.c b/drivers/staging/media/omap4iss/iss_video.c
> index 2085f69..6955044 100644
> --- a/drivers/staging/media/omap4iss/iss_video.c
> +++ b/drivers/staging/media/omap4iss/iss_video.c
> @@ -25,9 +25,6 @@
>  #include "iss_video.h"
>  #include "iss.h"
>  
> -static unsigned debug;
> -module_param(debug, uint, 0644);
> -MODULE_PARM_DESC(debug, "activates debug info");
>  
>  /* -----------------------------------------------------------------------------
>   * Helper functions
> @@ -1053,8 +1050,6 @@ static int iss_video_open(struct file *file)
>  	if (handle == NULL)
>  		return -ENOMEM;
>  
> -	video->video.debug = debug;
> -
>  	v4l2_fh_init(&handle->vfh, &video->video);
>  	v4l2_fh_add(&handle->vfh);
>  
> 


  reply	other threads:[~2015-01-22 15:15 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-22 14:48 [PATCH 0/7] omap4iss: Add RGB2RGB blending matrix support Laurent Pinchart
2015-01-22 14:48 ` [PATCH 1/7] v4l2-ctrls: Add new S8, S16 and S32 compound control types Laurent Pinchart
2015-01-22 15:07   ` Hans Verkuil
2015-01-22 14:48 ` [PATCH 2/7] v4l2-ctrls: Don't initialize array tail when setting a control Laurent Pinchart
2015-01-22 15:07   ` Hans Verkuil
2015-01-22 14:48 ` [PATCH 3/7] v4l2-ctrls: Make the control type init op initialize the whole control Laurent Pinchart
2015-01-22 15:12   ` Hans Verkuil
2015-01-22 16:13     ` Laurent Pinchart
2015-01-22 14:48 ` [PATCH 4/7] v4l2-ctrls: Export the standard control type operations Laurent Pinchart
2015-01-22 15:13   ` Hans Verkuil
2015-01-22 14:48 ` [PATCH 5/7] Revert "[media] v4l: omap4iss: Add module debug parameter" Laurent Pinchart
2015-01-22 15:14   ` Hans Verkuil [this message]
2015-01-22 14:48 ` [PATCH 6/7] staging: media: omap4iss: Cleanup media entities after unregistration Laurent Pinchart
2015-01-22 14:48 ` [PATCH 7/7] staging: media: omap4iss: ipipe: Expose the RGB2RGB blending matrix Laurent Pinchart

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=54C113C1.7020701@xs4all.nl \
    --to=hverkuil@xs4all.nl \
    --cc=laurent.pinchart@ideasonboard.com \
    --cc=linux-media@vger.kernel.org \
    --cc=sadegh612000@yahoo.co.uk \
    /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.