Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755914AbYFZDsw (ORCPT ); Wed, 25 Jun 2008 23:48:52 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753831AbYFZDsm (ORCPT ); Wed, 25 Jun 2008 23:48:42 -0400 Received: from vms173001pub.verizon.net ([206.46.173.1]:46819 "EHLO vms173001pub.verizon.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751254AbYFZDsl (ORCPT ); Wed, 25 Jun 2008 23:48:41 -0400 Date: Wed, 25 Jun 2008 23:48:32 -0400 (EDT) From: Len Brown Subject: Re: [patch 5/5] x86 PCI: use dev_printk when possible In-reply-to: <20080613165304.842091464@ldl.fc.hp.com> X-X-Sender: lenb@localhost.localdomain To: Bjorn Helgaas Cc: Jesse Barnes , Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , linux-acpi@vger.kernel.org, linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org, Andrew Morton Message-id: MIME-version: 1.0 Content-type: TEXT/PLAIN; charset=US-ASCII References: <20080613165209.507694130@ldl.fc.hp.com> <20080613165304.842091464@ldl.fc.hp.com> User-Agent: Alpine 1.10 (LFD 962 2008-03-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 640 Lines: 18 I guess the 'INTA#; rather than 'INTA' syntax I'm not fond of appears in this x86 patch too. I think if we don't really have anything useful to say about polarity, then we should not add an active low symbol. thanks, -Len - printk(KERN_INFO "PCI: %s IRQ %d for device %s\n", msg, irq, pci_name(dev)); + dev_info(&dev->dev, "%s PCI INT%c# -> IRQ %d\n", msg, 'A' + pin, irq); -- 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/