public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
From: Mauro Carvalho Chehab <mchehab@redhat.com>
To: Jean-Francois Moine <moinejf@free.fr>
Cc: Linux Media Mailing List <linux-media@vger.kernel.org>
Subject: Re: [PATCH 00/14] Remove linux/version.h from most drivers/media
Date: Mon, 27 Jun 2011 22:50:15 -0300	[thread overview]
Message-ID: <4E093357.8070303@redhat.com> (raw)
In-Reply-To: <20110627124558.08cd8684@tele>

Em 27-06-2011 07:45, Jean-Francois Moine escreveu:
> On Sun, 26 Jun 2011 15:55:08 -0300
> Mauro Carvalho Chehab <mchehab@redhat.com> wrote:
> 
>> I'll move it to the right changeset at the version 2 of this series.
> 
> Hi Mauro,
> 
> I have some changes to the gspca.c patch
> - the version must stay 2.12.0
> - the 'info' may be simplified:
> 
> diff --git a/drivers/media/video/gspca/gspca.c b/drivers/media/video/gspca/gspca.c
> index e526aa3..1aa6ae2 100644
> --- a/drivers/media/video/gspca/gspca.c
> +++ b/drivers/media/video/gspca/gspca.c
> @@ -24,7 +24,6 @@
>  #define MODULE_NAME "gspca"
>  
>  #include <linux/init.h>
> -#include <linux/version.h>
>  #include <linux/fs.h>
>  #include <linux/vmalloc.h>
>  #include <linux/sched.h>
> @@ -51,11 +50,12 @@
>  #error "DEF_NURBS too big"
>  #endif
>  
> +#define DRIVER_VERSION_NUMBER	"2.12.0"
> +
>  MODULE_AUTHOR("Jean-François Moine <http://moinejf.free.fr>");
>  MODULE_DESCRIPTION("GSPCA USB Camera Driver");
>  MODULE_LICENSE("GPL");
> -
> -#define DRIVER_VERSION_NUMBER	KERNEL_VERSION(2, 12, 0)

Hmm... So, you want to revert this change?

commit 5943ba139182f6a3f27492efecb29b0a514b787f
Author: Jean-François Moine <moinejf@free.fr>
Date:   Tue May 17 04:03:51 2011 -0300

    [media] gspca - main: Version change to 2.13
    
    Signed-off-by: Jean-François Moine <moinejf@free.fr>
    Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

diff --git a/drivers/media/video/gspca/gspca.c b/drivers/media/video/gspca/gspca.c
index e526aa3..739abd4 100644
--- a/drivers/media/video/gspca/gspca.c
+++ b/drivers/media/video/gspca/gspca.c
@@ -55,7 +55,7 @@ MODULE_AUTHOR("Jean-François Moine <http://moinejf.free.fr>");
 MODULE_DESCRIPTION("GSPCA USB Camera Driver");
 MODULE_LICENSE("GPL");
 
-#define DRIVER_VERSION_NUMBER	KERNEL_VERSION(2, 12, 0)
+#define DRIVER_VERSION_NUMBER	KERNEL_VERSION(2, 13, 0)
 
 #ifdef GSPCA_DEBUG
 int gspca_debug = D_ERR | D_PROBE;

If so, I prefer if you do it on a separate patch.


> +MODULE_VERSION(DRIVER_VERSION_NUMBER);
>  
>  #ifdef GSPCA_DEBUG
>  int gspca_debug = D_ERR | D_PROBE;
> @@ -1291,7 +1291,6 @@ static int vidioc_querycap(struct file *file, void  *priv,
>  	}
>  	usb_make_path(gspca_dev->dev, (char *) cap->bus_info,
>  			sizeof(cap->bus_info));
> -	cap->version = DRIVER_VERSION_NUMBER;
>  	cap->capabilities = V4L2_CAP_VIDEO_CAPTURE
>  			  | V4L2_CAP_STREAMING
>  			  | V4L2_CAP_READWRITE;
> @@ -2478,10 +2477,7 @@ EXPORT_SYMBOL(gspca_auto_gain_n_exposure);
>  /* -- module insert / remove -- */
>  static int __init gspca_init(void)
>  {
> -	info("v%d.%d.%d registered",
> -		(DRIVER_VERSION_NUMBER >> 16) & 0xff,
> -		(DRIVER_VERSION_NUMBER >> 8) & 0xff,
> -		DRIVER_VERSION_NUMBER & 0xff);
> +	info("v" DRIVER_VERSION_NUMBER " registered");

Ok, I'll add this change into the patch.

>  	return 0;
>  }
>  static void __exit gspca_exit(void)
> 
> 


      reply	other threads:[~2011-06-28  1:50 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-26 16:06 [PATCH 00/14] Remove linux/version.h from most drivers/media Mauro Carvalho Chehab
2011-06-26 17:55 ` Hans Verkuil
2011-06-26 18:14 ` Jean-Francois Moine
2011-06-26 18:55   ` Mauro Carvalho Chehab
2011-06-27 10:45     ` Jean-Francois Moine
2011-06-28  1:50       ` Mauro Carvalho Chehab [this message]

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=4E093357.8070303@redhat.com \
    --to=mchehab@redhat.com \
    --cc=linux-media@vger.kernel.org \
    --cc=moinejf@free.fr \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox