Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756716Ab0A2E7M (ORCPT ); Thu, 28 Jan 2010 23:59:12 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756702Ab0A2E7L (ORCPT ); Thu, 28 Jan 2010 23:59:11 -0500 Received: from bombadil.infradead.org ([18.85.46.34]:34997 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756674Ab0A2E7K (ORCPT ); Thu, 28 Jan 2010 23:59:10 -0500 Message-ID: <4B626B19.5000609@infradead.org> Date: Fri, 29 Jan 2010 02:59:05 -0200 From: Mauro Carvalho Chehab User-Agent: Thunderbird 2.0.0.22 (X11/20090609) MIME-Version: 1.0 To: H Hartley Sweeten CC: Linux Kernel , linux-media@vger.kernel.org, michael@mihu.de Subject: Re: [PATCH] drivers/media/common: remove unnecessary casts of void * References: <201001081551.42264.hartleys@visionengravers.com> In-Reply-To: <201001081551.42264.hartleys@visionengravers.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 832 Lines: 27 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/