diff for duplicates of <416453CE.2516D2BC@sgi.com> diff --git a/a/1.txt b/N1/1.txt index d744622..edf0b06 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -75,7 +75,8 @@ Probably not clear to all: + struct hubdev_info *hubdev_info; + void *provider_soft; + -+ status + sal_get_pcibus_info((u64) segment, (u64) busnum, ++ status = ++ sal_get_pcibus_info((u64) segment, (u64) busnum, + (u64) ia64_tpa(&prom_bussoft_ptr)); + if (status > 0) { + return; /* bus # does not exist */ @@ -88,7 +89,7 @@ Probably not clear to all: + } + + bus = pci_scan_bus(busnum, &sn_pci_root_ops, controller); -+ if (bus = NULL) { ++ if (bus == NULL) { + return; /* error, or bus already scanned */ + } diff --git a/a/content_digest b/N1/content_digest index 6676424..a8fb00b 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -4,7 +4,7 @@ "ref\0200410061327.28572.jbarnes@engr.sgi.com\0" "From\0Colin Ngam <cngam@sgi.com>\0" "Subject\0Re: [PATCH] 2.6 SGI Altix I/O code reorganization\0" - "Date\0Wed, 06 Oct 2004 20:21:37 +0000\0" + "Date\0Wed, 06 Oct 2004 15:21:37 -0500\0" "To\0Jesse Barnes <jbarnes@engr.sgi.com>" " Grant Grundler <iod00d@hp.com>\0" "Cc\0Patrick Gefre <pfg@sgi.com>" @@ -92,7 +92,8 @@ "+ struct hubdev_info *hubdev_info;\n" "+ void *provider_soft;\n" "+\n" - "+ status + sal_get_pcibus_info((u64) segment, (u64) busnum,\n" + "+ status =\n" + "+ sal_get_pcibus_info((u64) segment, (u64) busnum,\n" "+ (u64) ia64_tpa(&prom_bussoft_ptr));\n" "+ if (status > 0) {\n" "+ return; /* bus # does not exist */\n" @@ -105,7 +106,7 @@ "+ }\n" "+\n" "+ bus = pci_scan_bus(busnum, &sn_pci_root_ops, controller);\n" - "+ if (bus = NULL) {\n" + "+ if (bus == NULL) {\n" "+ return; /* error, or bus already scanned */\n" "+ }\n" "\n" @@ -133,4 +134,4 @@ ">\n" > Jesse -b640daea0ea48efaf52b12255eddfc9bdd53cbf09922e1b42fde9b0d4c98dc2a +a1128b192e88c3f4648043f68fcb5de80cffa8e6540cb195909bc8550148a9d6
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.