diff for duplicates of <4DF787BC.8050701@linux.vnet.ibm.com> diff --git a/a/1.txt b/N1/1.txt index 486651a..53b93d7 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -32,13 +32,14 @@ with this patch. > 1 file changed, 4 insertions(+), 6 deletions(-) > > Index: b/drivers/scsi/ipr.c -> =================================> --- a/drivers/scsi/ipr.c 2011-06-09 08:14:44.927740117 -0700 +> =================================================================== +> --- a/drivers/scsi/ipr.c 2011-06-09 08:14:44.927740117 -0700 > +++ b/drivers/scsi/ipr.c 2011-06-09 08:50:10.105630466 -0700 > @@ -8763,11 +8763,11 @@ static int __devinit ipr_probe_ioa(struc > /* Enable MSI style interrupts if they are supported. */ -> if (ioa_cfg->ipr_chip->intr_type = IPR_USE_MSI && !pci_enable_msi(pdev)) { +> if (ioa_cfg->ipr_chip->intr_type == IPR_USE_MSI && !pci_enable_msi(pdev)) { > rc = ipr_test_msi(ioa_cfg, pdev); -> - if (rc = -EOPNOTSUPP) +> - if (rc == -EOPNOTSUPP) > + if (rc) { > pci_disable_msi(pdev); > - else if (rc) diff --git a/a/content_digest b/N1/content_digest index 8c7a378..14ac962 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,8 +1,8 @@ "ref\01306851409-14963-1-git-send-email-julia@diku.dk\0" "ref\04DF0EC00.9020603@linux.vnet.ibm.com\0" "From\0Brian King <brking@linux.vnet.ibm.com>\0" - "Subject\0Re: [PATCH] drivers/scsi/ipr.c: reorder error handling code to include\0" - "Date\0Tue, 14 Jun 2011 16:09:32 +0000\0" + "Subject\0Re: [PATCH] drivers/scsi/ipr.c: reorder error handling code to include iounmap\0" + "Date\0Tue, 14 Jun 2011 11:09:32 -0500\0" "To\0Wayne Boyer <wayneb@linux.vnet.ibm.com>\0" "Cc\0Julia Lawall <julia@diku.dk>" Brian King <brking@us.ibm.com> @@ -46,13 +46,14 @@ "> 1 file changed, 4 insertions(+), 6 deletions(-)\n" "> \n" "> Index: b/drivers/scsi/ipr.c\n" - "> =================================> --- a/drivers/scsi/ipr.c 2011-06-09 08:14:44.927740117 -0700\n" + "> ===================================================================\n" + "> --- a/drivers/scsi/ipr.c 2011-06-09 08:14:44.927740117 -0700\n" "> +++ b/drivers/scsi/ipr.c 2011-06-09 08:50:10.105630466 -0700\n" "> @@ -8763,11 +8763,11 @@ static int __devinit ipr_probe_ioa(struc\n" "> /* Enable MSI style interrupts if they are supported. */\n" - "> if (ioa_cfg->ipr_chip->intr_type = IPR_USE_MSI && !pci_enable_msi(pdev)) {\n" + "> if (ioa_cfg->ipr_chip->intr_type == IPR_USE_MSI && !pci_enable_msi(pdev)) {\n" "> rc = ipr_test_msi(ioa_cfg, pdev);\n" - "> - if (rc = -EOPNOTSUPP)\n" + "> - if (rc == -EOPNOTSUPP)\n" "> + if (rc) {\n" "> pci_disable_msi(pdev);\n" "> - else if (rc)\n" @@ -82,4 +83,4 @@ "Linux on Power Virtualization\n" IBM Linux Technology Center -0845affaa6cfc37496a5da7a5b7d62b372105beb638301d7a99b48874aa68289 +269d5f5f39562ed2fa88fddd6faed6a1f69e5f2fea6d17e09a69b6cb799792b5
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.