[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4B626B19.5000609@infradead.org>
Date: Fri, 29 Jan 2010 02:59:05 -0200
From: Mauro Carvalho Chehab <mchehab@...radead.org>
To: H Hartley Sweeten <hartleys@...ionengravers.com>
CC: Linux Kernel <linux-kernel@...r.kernel.org>,
linux-media@...r.kernel.org, michael@...u.de
Subject: Re: [PATCH] drivers/media/common: remove unnecessary casts of void
*
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists