diff for duplicates of <20190916204158.6889-10-efremov@linux.com> diff --git a/a/1.txt b/N1/1.txt index bd02776..e32a887 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -18,7 +18,7 @@ index 1e863b277ac9..ff981e415a28 100644 common = p->common; - for (j = 0; j < PCI_ROM_RESOURCE; j++) { + for (j = 0; j < PCI_STD_NUM_BARS; j++) { - if (common->sfdl_bar_list[j].start = 0) + if (common->sfdl_bar_list[j].start == 0) break; if (addr >= common->sfdl_bar_list[j].start && addr <= common->sfdl_bar_list[j].end) diff --git a/a/content_digest b/N1/content_digest index 0f332c1..f63bd8e 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020190916204158.6889-1-efremov@linux.com\0" "From\0Denis Efremov <efremov@linux.com>\0" "Subject\0[PATCH v3 09/26] ia64: Use PCI_STD_NUM_BARS\0" - "Date\0Mon, 16 Sep 2019 20:41:41 +0000\0" + "Date\0Mon, 16 Sep 2019 23:41:41 +0300\0" "To\0Bjorn Helgaas <bhelgaas@google.com>\0" "Cc\0Denis Efremov <efremov@linux.com>" linux-kernel@vger.kernel.org @@ -32,7 +32,7 @@ " \t\tcommon = p->common;\n" "-\t\tfor (j = 0; j < PCI_ROM_RESOURCE; j++) {\n" "+\t\tfor (j = 0; j < PCI_STD_NUM_BARS; j++) {\n" - " \t\t\tif (common->sfdl_bar_list[j].start = 0)\n" + " \t\t\tif (common->sfdl_bar_list[j].start == 0)\n" " \t\t\t\tbreak;\n" " \t\t\tif (addr >= common->sfdl_bar_list[j].start\n" " \t\t\t && addr <= common->sfdl_bar_list[j].end)\n" @@ -46,4 +46,4 @@ "-- \n" 2.21.0 -e91e348b95d7b3d8c1cc0a79f940cee731398a4803b7ea919dec4922bd43d704 +95c87c56e29defcf0add2c99e705b426f46baed45da37de8dd7e68ed833c747b
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.