Re: [PATCH] sparc64: fix up bus_id changes in sparc core code

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <gregkh@...>
Cc: <davem@...>, <kay.sievers@...>, <sparclinux@...>, <linux-kernel@...>
Date: Thursday, July 3, 2008 - 6:35 am

From: Greg Kroah-Hartman <gregkh@suse.de>
Date: Wed, 2 Jul 2008 08:36:51 -0700


Those lines read:

	sprintf(pci_name(dev), "%04x:%02x:%02x.%d", pci_domain_nr(bus),
		dev->bus->number, PCI_SLOT(devfn), PCI_FUNC(devfn));

in Linus's current tree.

What are you patching against?  That first argument is not
dev->dev.bus_id in any tree I have sitting here, it's always
pci_name() :-)
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] sparc64: fix up bus_id changes in sparc core code, Greg Kroah-Hartman, (Wed Jul 2, 11:36 am)
Re: [PATCH] sparc64: fix up bus_id changes in sparc core code, David Miller, (Thu Jul 3, 6:35 am)