Re: [PATCH] reimplement pci proc name

From: Ivan Kokshaysky (ink@jurassic.park.msu.ru)
Date: Sat Jun 21 2003 - 06:53:33 EST


On Fri, Jun 20, 2003 at 02:24:13PM -0700, Greg KH wrote:
> Thanks, I've reverted your previous patch, and fixed the one typo in
> this patch and applied it all to my bk tree. Hopefully Linus will pull
> from it sometime soon :)

Argh, where were my eyes... There was another typo which broke Alpha.

Greg, please apply.

Ivan.

--- 2.5/include/asm-alpha/pci.h Sat Jun 21 15:36:01 2003
+++ linux/include/asm-alpha/pci.h Sat Jun 21 15:36:24 2003
@@ -197,7 +197,8 @@ pcibios_resource_to_bus(struct pci_dev *
 /* Bus number == domain number until we get above 256 busses */
 static inline int pci_name_bus(char *name, struct pci_bus *bus)
 {
- int domain = pci_domain_nr(bus)
+ int domain = pci_domain_nr(bus);
+
         if (domain < 256) {
                 sprintf(name, "%02x", domain);
         } else {
-
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/



This archive was generated by hypermail 2b29 : Mon Jun 23 2003 - 22:00:35 EST