diff for duplicates of <20180222091155.GA9883@mwanda> diff --git a/a/1.txt b/N1/1.txt index 2b166f0..948300f 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -21,7 +21,7 @@ index 22889fc158f2..87c4308b52a7 100644 for (bar = 0; bar < 4; ++bar) { @@ -235,19 +239,19 @@ static int aq_pci_probe(struct pci_dev *pdev, mmio_pa = pci_resource_start(pdev, bar); - if (mmio_pa = 0U) { + if (mmio_pa == 0U) { err = -EIO; - goto err_ioremap; + goto err_free_aq_hw; @@ -44,7 +44,7 @@ index 22889fc158f2..87c4308b52a7 100644 } @@ -255,7 +259,7 @@ static int aq_pci_probe(struct pci_dev *pdev, - if (bar = 4) { + if (bar == 4) { err = -EIO; - goto err_ioremap; + goto err_free_aq_hw; diff --git a/a/content_digest b/N1/content_digest index 4863afd..ff508ff 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ "From\0Dan Carpenter <dan.carpenter@oracle.com>\0" "Subject\0[PATCH net] net: aquantia: Fix error handling in aq_pci_probe()\0" - "Date\0Thu, 22 Feb 2018 09:11:55 +0000\0" + "Date\0Thu, 22 Feb 2018 12:11:55 +0300\0" "To\0David S. Miller <davem@davemloft.net>" " Igor Russkikh <igor.russkikh@aquantia.com>\0" "Cc\0Wei Yongjun <weiyongjun1@huawei.com>" @@ -33,7 +33,7 @@ " \tfor (bar = 0; bar < 4; ++bar) {\n" "@@ -235,19 +239,19 @@ static int aq_pci_probe(struct pci_dev *pdev,\n" " \t\t\tmmio_pa = pci_resource_start(pdev, bar);\n" - " \t\t\tif (mmio_pa = 0U) {\n" + " \t\t\tif (mmio_pa == 0U) {\n" " \t\t\t\terr = -EIO;\n" "-\t\t\t\tgoto err_ioremap;\n" "+\t\t\t\tgoto err_free_aq_hw;\n" @@ -56,7 +56,7 @@ " \t\t}\n" "@@ -255,7 +259,7 @@ static int aq_pci_probe(struct pci_dev *pdev,\n" " \n" - " \tif (bar = 4) {\n" + " \tif (bar == 4) {\n" " \t\terr = -EIO;\n" "-\t\tgoto err_ioremap;\n" "+\t\tgoto err_free_aq_hw;\n" @@ -73,4 +73,4 @@ " \tfree_netdev(ndev);\n" err_pci_func: -82fc1ce20b7cd42bee81ff7cbe9487ac7812b1b99e5f0b2d28664b2c3fb80089 +c0286407ceac022b650bdbef14ea626b3ea94b4c0cb8b0a06aca9939fe9609a7
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.