From: Mauro Carvalho Chehab <mchehab@infradead.org>
To: "Robert P. J. Day" <rpjday@mindspring.com>
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
Andrew Morton <akpm@osdl.org>,
michael@mihu.de, Hans Verkuil <hverkuil@xs4all.nl>,
v4l-dvb maintainer list <v4l-dvb-maintainer@linuxtv.org>
Subject: Re: [PATCH] VIDEO4LINUX-2: Replace MINOR() with a call to iminor().
Date: Tue, 01 May 2007 14:03:30 -0300 [thread overview]
Message-ID: <1178039010.6754.20.camel@localhost> (raw)
In-Reply-To: <Pine.LNX.4.64.0704280628180.571@localhost.localdomain>
Hi Robert,
Em Sáb, 2007-04-28 às 06:32 -0400, Robert P. J. Day escreveu:
> Replace the call to MINOR() with a call to the inline iminor()
> routine.
>
> Signed-off-by: Robert P. J. Day <rpjday@mindspring.com>
>
> ---
>
> that's the last of those changes, but it's not clear who the official
> maintainer is, so i took a chance and picked a likely looking victim
> out of the MAINTAINERS file. apologies if i picked wrong.
You've picked it wrongly. The Maintainer for ivtv is Hans Verkuil.
However, for every stuff under drivers/media, you can reach the active
maintainers at v4l-dvb-maintainers list
(v4l-dvb-maintainer@linuxtv.org).
Hans,
If you are ok with this trivial change, please send me your acked-by or
SOB for me to commit and send to mainstream.
>
>
> diff --git a/drivers/media/video/ivtv/ivtv-fileops.c b/drivers/media/video/ivtv/ivtv-fileops.c
> index 1637097..8976487 100644
> --- a/drivers/media/video/ivtv/ivtv-fileops.c
> +++ b/drivers/media/video/ivtv/ivtv-fileops.c
> @@ -804,7 +804,7 @@ int ivtv_v4l2_open(struct inode *inode, struct file *filp)
> struct ivtv_open_id *item;
> struct ivtv *itv = NULL;
> struct ivtv_stream *s = NULL;
> - int minor = MINOR(inode->i_rdev);
> + int minor = iminor(inode);
>
> /* Find which card this open was on */
> spin_lock(&ivtv_cards_lock);
--
Cheers,
Mauro
next prev parent reply other threads:[~2007-05-01 17:03 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-04-28 10:32 [PATCH] VIDEO4LINUX-2: Replace MINOR() with a call to iminor() Robert P. J. Day
2007-05-01 17:03 ` Mauro Carvalho Chehab [this message]
2007-05-02 7:32 ` [v4l-dvb-maintainer] " Hans Verkuil
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=1178039010.6754.20.camel@localhost \
--to=mchehab@infradead.org \
--cc=akpm@osdl.org \
--cc=hverkuil@xs4all.nl \
--cc=linux-kernel@vger.kernel.org \
--cc=michael@mihu.de \
--cc=rpjday@mindspring.com \
--cc=v4l-dvb-maintainer@linuxtv.org \
/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.