Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934811Ab0GOWA4 (ORCPT ); Thu, 15 Jul 2010 18:00:56 -0400 Received: from mailout-de.gmx.net ([213.165.64.23]:33172 "HELO mail.gmx.net" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with SMTP id S934215Ab0GOWAz (ORCPT ); Thu, 15 Jul 2010 18:00:55 -0400 X-Authenticated: #12255092 X-Provags-ID: V01U2FsdGVkX19nkc9pbWhnMfes7vpiJJgeiHeoZlNAG+oLBBMCX+ tFNSdSgjQ/HYvw From: Peter =?utf-8?q?H=C3=BCwe?= To: Andy Walls Subject: Re: [PATCH 24/25] video/ivtv: Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used) Date: Fri, 16 Jul 2010 00:00:51 +0200 User-Agent: KMail/1.12.4 (Linux/2.6.34; KDE/4.3.5; x86_64; ; ) Cc: Kernel Janitors , Mauro Carvalho Chehab , Ian Armstrong , Douglas Schilling Landgraf , Steven Toth , ivtv-devel@ivtvdriver.org, linux-media@vger.kernel.org, linux-kernel@vger.kernel.org References: <201007152108.27175.PeterHuewe@gmx.de> <1279230200.7920.23.camel@morgan.silverblock.net> In-Reply-To: <1279230200.7920.23.camel@morgan.silverblock.net> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201007160000.52153.PeterHuewe@gmx.de> X-Y-GMX-Trusted: 0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1868 Lines: 53 Am Donnerstag 15 Juli 2010 23:43:20 schrieb Andy Walls: > > ... use the PCI_VDEVICE macro, and thus improves readability. > I have to disagree. The patch may improve typesetting, but it degrades > clarity and maintainability from my perspective. > ... > So I'm going to NAK this for ivtv, unless someone can help me understand > any big picture benefit that I may not see from my possibly myopic > perspective. Hi Andy, absolutely no problem ;) - I thing that is one of the great things about open source that people can have different opinions and discuss them. Patches are proposals only, and if I spark a discussion which brings the development process further or from which I can learn something, I'm a lucky guy ;) > PCI_ANY_ID indicates to the reader a wildcard match is being > performed. Yeah, but I get absolutely no information out of the 0, 0, parameters either - unless I look up the function - but then I could also look up the Macro. > BTW, I have not seen a similar patch come in my mailbox for > cx18-driver.c. Why propose the change for ivtv and not cx18? That might be the case since I picked out several different locations using cscope (by gut instinct) - so the patchset is not comprehensive. There are still a lot of places that are not converted, I just picked some at random and stopped at 25 patches. The reason behind this was that I almost expected some kind of controversy and discussion about the changes - and since I'm getting some NACKs I guess this was a smart move - imagine I had converted the whole kernel source just to get a simple NACK ;) Thanks, Peter -- 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/