diff for duplicates of <20200713122247.10985-25-refactormyself@gmail.com> diff --git a/a/1.txt b/N1/1.txt index 0255656..3d589a2 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -124,8 +124,3 @@ index c7784e156964..77130f035fdd 100644 continue; -- 2.18.2 - -_______________________________________________ -Linux-kernel-mentees mailing list -Linux-kernel-mentees@lists.linuxfoundation.org -https://lists.linuxfoundation.org/mailman/listinfo/linux-kernel-mentees diff --git a/a/content_digest b/N1/content_digest index ec3fd25..8dc1f2a 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,15 +1,17 @@ "ref\020200713122247.10985-1-refactormyself@gmail.com\0" "From\0Saheed O. Bolarinwa <refactormyself@gmail.com>\0" - "Subject\0[Linux-kernel-mentees] [RFC PATCH 24/35] sh: Change PCIBIOS_SUCCESSFUL to 0\0" + "Subject\0[RFC PATCH 24/35] sh: Change PCIBIOS_SUCCESSFUL to 0\0" "Date\0Mon, 13 Jul 2020 14:22:36 +0200\0" "To\0helgaas@kernel.org" Yoshinori Sato <ysato@users.sourceforge.jp> " Rich Felker <dalias@libc.org>\0" - "Cc\0linux-sh@vger.kernel.org" - Saheed O. Bolarinwa <refactormyself@gmail.com> - linux-kernel@vger.kernel.org + "Cc\0Saheed O. Bolarinwa <refactormyself@gmail.com>" + bjorn@helgaas.com + skhan@linuxfoundation.org linux-pci@vger.kernel.org - " linux-kernel-mentees@lists.linuxfoundation.org\0" + linux-kernel-mentees@lists.linuxfoundation.org + linux-kernel@vger.kernel.org + " linux-sh@vger.kernel.org\0" "\00:1\0" "b\0" "In reference to the PCI spec (Chapter 2), PCIBIOS* is an x86 concept.\n" @@ -137,11 +139,6 @@ " \t\tif (status == 0xffff)\n" " \t\t\tcontinue;\n" "-- \n" - "2.18.2\n" - "\n" - "_______________________________________________\n" - "Linux-kernel-mentees mailing list\n" - "Linux-kernel-mentees@lists.linuxfoundation.org\n" - https://lists.linuxfoundation.org/mailman/listinfo/linux-kernel-mentees + 2.18.2 -93d2c4d6c8075de421dee3257a6fb6d015559f0c01c9596323583acbe1f010ac +5cb9ee315fcf17bc7b5a6c7d47b8489d8a082445e9d42af5fa34f0e766d10f5f
diff --git a/a/1.txt b/N2/1.txt index 0255656..1649fc7 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -19,11 +19,10 @@ index fe163ecd0719..ee27cdfd3e68 100644 @@ -61,7 +61,7 @@ int __init pci_is_66mhz_capable(struct pci_channel *hose, continue; if (early_read_config_word(hose, top_bus, current_bus, - pci_devfn, PCI_VENDOR_ID, &vid) != -- PCIBIOS_SUCCESSFUL) + pci_devfn, PCI_VENDOR_ID, &vid) !- PCIBIOS_SUCCESSFUL) + 0) continue; - if (vid == 0xffff) + if (vid = 0xffff) continue; diff --git a/arch/sh/drivers/pci/ops-dreamcast.c b/arch/sh/drivers/pci/ops-dreamcast.c index 517a8a9702f6..431cd006951f 100644 @@ -120,12 +119,7 @@ index c7784e156964..77130f035fdd 100644 - if (ret != PCIBIOS_SUCCESSFUL) + if (ret != 0) continue; - if (status == 0xffff) + if (status = 0xffff) continue; -- 2.18.2 - -_______________________________________________ -Linux-kernel-mentees mailing list -Linux-kernel-mentees@lists.linuxfoundation.org -https://lists.linuxfoundation.org/mailman/listinfo/linux-kernel-mentees diff --git a/a/content_digest b/N2/content_digest index ec3fd25..fd3f7d8 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,7 +1,7 @@ "ref\020200713122247.10985-1-refactormyself@gmail.com\0" "From\0Saheed O. Bolarinwa <refactormyself@gmail.com>\0" - "Subject\0[Linux-kernel-mentees] [RFC PATCH 24/35] sh: Change PCIBIOS_SUCCESSFUL to 0\0" - "Date\0Mon, 13 Jul 2020 14:22:36 +0200\0" + "Subject\0[RFC PATCH 24/35] sh: Change PCIBIOS_SUCCESSFUL to 0\0" + "Date\0Mon, 13 Jul 2020 12:22:36 +0000\0" "To\0helgaas@kernel.org" Yoshinori Sato <ysato@users.sourceforge.jp> " Rich Felker <dalias@libc.org>\0" @@ -33,11 +33,10 @@ "@@ -61,7 +61,7 @@ int __init pci_is_66mhz_capable(struct pci_channel *hose,\n" " \t\t\tcontinue;\n" " \t\tif (early_read_config_word(hose, top_bus, current_bus,\n" - " \t\t\t\t\t pci_devfn, PCI_VENDOR_ID, &vid) !=\n" - "-\t\t PCIBIOS_SUCCESSFUL)\n" + " \t\t\t\t\t pci_devfn, PCI_VENDOR_ID, &vid) !-\t\t PCIBIOS_SUCCESSFUL)\n" "+\t\t 0)\n" " \t\t\tcontinue;\n" - " \t\tif (vid == 0xffff)\n" + " \t\tif (vid = 0xffff)\n" " \t\t\tcontinue;\n" "diff --git a/arch/sh/drivers/pci/ops-dreamcast.c b/arch/sh/drivers/pci/ops-dreamcast.c\n" "index 517a8a9702f6..431cd006951f 100644\n" @@ -134,14 +133,9 @@ "-\t\tif (ret != PCIBIOS_SUCCESSFUL)\n" "+\t\tif (ret != 0)\n" " \t\t\tcontinue;\n" - " \t\tif (status == 0xffff)\n" + " \t\tif (status = 0xffff)\n" " \t\t\tcontinue;\n" "-- \n" - "2.18.2\n" - "\n" - "_______________________________________________\n" - "Linux-kernel-mentees mailing list\n" - "Linux-kernel-mentees@lists.linuxfoundation.org\n" - https://lists.linuxfoundation.org/mailman/listinfo/linux-kernel-mentees + 2.18.2 -93d2c4d6c8075de421dee3257a6fb6d015559f0c01c9596323583acbe1f010ac +6fd47a580a9ddb14f73cd8ca938be1db30b470affa19e19fed0559cbcb74a4d6
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.