From: Mauro Carvalho Chehab <mchehab@infradead.org>
To: H Hartley Sweeten <hartleys@visionengravers.com>
Cc: Linux Kernel <linux-kernel@vger.kernel.org>,
linux-media@vger.kernel.org, michael@mihu.de
Subject: Re: [PATCH] drivers/media/common: remove unnecessary casts of void *
Date: Fri, 29 Jan 2010 02:59:05 -0200 [thread overview]
Message-ID: <4B626B19.5000609@infradead.org> (raw)
In-Reply-To: <201001081551.42264.hartleys@visionengravers.com>
H Hartley Sweeten wrote:
> drivers/media/common: Remove unnecessary casts of void *
>
> void pointers do not need to be cast to other pointer types.
>
> diff --git a/drivers/media/common/saa7146_vbi.c b/drivers/media/common/saa7146_vbi.c
> index 74e2b56..301a795 100644
> --- a/drivers/media/common/saa7146_vbi.c
> +++ b/drivers/media/common/saa7146_vbi.c
> @@ -3,7 +3,7 @@
> static int vbi_pixel_to_capture = 720 * 2;
>
> static int vbi_workaround(struct saa7146_dev *dev)
> -{
> +{.remove_casts.hhs~
What's this? It seems that your patch got corrupted somehow.
Cheers,
Mauro
next prev parent reply other threads:[~2010-01-29 4:59 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-01-08 22:51 [PATCH] drivers/media/common: remove unnecessary casts of void * H Hartley Sweeten
2010-01-29 4:59 ` Mauro Carvalho Chehab [this message]
2010-01-29 16:44 ` H Hartley Sweeten
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=4B626B19.5000609@infradead.org \
--to=mchehab@infradead.org \
--cc=hartleys@visionengravers.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=michael@mihu.de \
/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