From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from zone0.gcu-squad.org ([212.85.147.21]:1311 "EHLO services.gcu-squad.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752578AbZAJJmy (ORCPT ); Sat, 10 Jan 2009 04:42:54 -0500 Date: Sat, 10 Jan 2009 10:42:26 +0100 From: Jean Delvare To: Trent Piepho Cc: Mauro Carvalho Chehab , V4L and DVB maintainers , Linux Media Mailing List Subject: Re: zr36067 no longer loads automatically (regression) Message-ID: <20090110104226.7289e69a@hyperion.delvare> In-Reply-To: References: <20090108143315.2b564dfe@hyperion.delvare> <20090108175627.0ebd9f36@pedra.chehab.org> <20090108193923.580fcd5b@pedra.chehab.org> <20090109092018.59a6d9eb@pedra.chehab.org> <20090109124357.549acef6@hyperion.delvare> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-media-owner@vger.kernel.org List-ID: Hi Trent, On Fri, 9 Jan 2009 12:20:54 -0800 (PST), Trent Piepho wrote: > On Fri, 9 Jan 2009, Trent Piepho wrote: > > Here is a new version against latest v4l-dvb sources. Jean, are you trying > > to apply against the kernel tree? These patches are against the v4l-dvb Hg > > repository which isn't quite the same as what's in the kernel. > > > > I have some more patches at http://linuxtv.org/hg/~tap/zoran > > Forgot the patch Patch tested successfully. Nice cleanup! I wanted to do it for quite some time but could never find the time. Acked-by: Jean Delvare With just one suggestion: > (...) > +static int __init zoran_init(void) > { > int i; > > (...) > + i = pci_register_driver(&zoran_driver); > + if (i) { > + dprintk(1, > + KERN_ERR > + "%s: Unable to register ZR36057 driver\n", > + ZORAN_NAME); > + return i; "i" could be renamed to "err" for clarity. > } > > return 0; > } Thanks, -- Jean Delvare