All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <525F7F0F.5010306@intel.com>

diff --git a/a/1.txt b/N1/1.txt
index 9d5658a..1fc15cb 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -34,8 +34,8 @@ On 2013年10月17日 07:55, Bjorn Helgaas wrote:
 >> -	status = acpi_resource_to_address64(resource, addr);
 >> +	status = acpi_dev_resource_address_space_full(ares, addr, res);
 >>  	if (ACPI_SUCCESS(status) &&
->>  	    (addr->resource_type == ACPI_MEMORY_RANGE ||
->>  	     addr->resource_type == ACPI_IO_RANGE) &&
+>>  	    (addr->resource_type = ACPI_MEMORY_RANGE ||
+>>  	     addr->resource_type = ACPI_IO_RANGE) &&
 >> @@ -255,51 +256,54 @@ static acpi_status resource_to_window(struct acpi_resource *resource,
 >>  	return AE_ERROR;
 >>  }
@@ -74,17 +74,17 @@ On 2013年10月17日 07:55, Bjorn Helgaas wrote:
 >>  	if (!ACPI_SUCCESS(status))
 >>  		return AE_OK;
 >>  
->> -	if (addr.resource_type == ACPI_MEMORY_RANGE) {
+>> -	if (addr.resource_type = ACPI_MEMORY_RANGE) {
 >> -		flags = IORESOURCE_MEM;
 >> +	if (resource->flags & IORESOURCE_MEM) {
 >>  		root = &iomem_resource;
 >>  		offset = addr.translation_offset;
->> -	} else if (addr.resource_type == ACPI_IO_RANGE) {
+>> -	} else if (addr.resource_type = ACPI_IO_RANGE) {
 >> -		flags = IORESOURCE_IO;
 >> +	} else if (resource->flags & IORESOURCE_IO) {
 >>  		root = &ioport_resource;
 >>  		offset = add_io_space(info, &addr);
->>  		if (offset == ~0)
+>>  		if (offset = ~0)
 >>  			return AE_OK;
 >> +
 >> +		/*
@@ -151,7 +151,3 @@ reverse operations and find associated mmio address.
 -- 
 Best regards
 Tianyu Lan
---
-To unsubscribe from this list: send the line "unsubscribe linux-ia64" in
-the body of a message to majordomo@vger.kernel.org
-More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff --git a/a/content_digest b/N1/content_digest
index 885f61f..b643466 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -3,7 +3,7 @@
  "ref\020131016235541.GD17866@google.com\0"
  "From\0Lan Tianyu <tianyu.lan@intel.com>\0"
  "Subject\0Re: [Resend PATCH 5/5] IA64/PCI/ACPI: Rework PCI root bridge ACPI resource conversion\0"
- "Date\0Thu, 17 Oct 2013 14:09:19 +0800\0"
+ "Date\0Thu, 17 Oct 2013 06:09:19 +0000\0"
  "To\0Bjorn Helgaas <bhelgaas@google.com>\0"
  "Cc\0tony.luck@intel.com"
   lenb@kernel.org
@@ -50,8 +50,8 @@
  ">> -\tstatus = acpi_resource_to_address64(resource, addr);\n"
  ">> +\tstatus = acpi_dev_resource_address_space_full(ares, addr, res);\n"
  ">>  \tif (ACPI_SUCCESS(status) &&\n"
- ">>  \t    (addr->resource_type == ACPI_MEMORY_RANGE ||\n"
- ">>  \t     addr->resource_type == ACPI_IO_RANGE) &&\n"
+ ">>  \t    (addr->resource_type = ACPI_MEMORY_RANGE ||\n"
+ ">>  \t     addr->resource_type = ACPI_IO_RANGE) &&\n"
  ">> @@ -255,51 +256,54 @@ static acpi_status resource_to_window(struct acpi_resource *resource,\n"
  ">>  \treturn AE_ERROR;\n"
  ">>  }\n"
@@ -90,17 +90,17 @@
  ">>  \tif (!ACPI_SUCCESS(status))\n"
  ">>  \t\treturn AE_OK;\n"
  ">>  \n"
- ">> -\tif (addr.resource_type == ACPI_MEMORY_RANGE) {\n"
+ ">> -\tif (addr.resource_type = ACPI_MEMORY_RANGE) {\n"
  ">> -\t\tflags = IORESOURCE_MEM;\n"
  ">> +\tif (resource->flags & IORESOURCE_MEM) {\n"
  ">>  \t\troot = &iomem_resource;\n"
  ">>  \t\toffset = addr.translation_offset;\n"
- ">> -\t} else if (addr.resource_type == ACPI_IO_RANGE) {\n"
+ ">> -\t} else if (addr.resource_type = ACPI_IO_RANGE) {\n"
  ">> -\t\tflags = IORESOURCE_IO;\n"
  ">> +\t} else if (resource->flags & IORESOURCE_IO) {\n"
  ">>  \t\troot = &ioport_resource;\n"
  ">>  \t\toffset = add_io_space(info, &addr);\n"
- ">>  \t\tif (offset == ~0)\n"
+ ">>  \t\tif (offset = ~0)\n"
  ">>  \t\t\treturn AE_OK;\n"
  ">> +\n"
  ">> +\t\t/*\n"
@@ -166,10 +166,6 @@
  "\n"
  "-- \n"
  "Best regards\n"
- "Tianyu Lan\n"
- "--\n"
- "To unsubscribe from this list: send the line \"unsubscribe linux-ia64\" in\n"
- "the body of a message to majordomo@vger.kernel.org\n"
- More majordomo info at  http://vger.kernel.org/majordomo-info.html
+ Tianyu Lan
 
-130e8a0207376915ae7534eca2ff0caafc102c267ee8c930769d990b53f81c8e
+1f81e6bedba0a31e7eb3bc9a44b7f7ba8884a33769e84d13baa7929288757b88

diff --git a/a/1.txt b/N2/1.txt
index 9d5658a..1ae8425 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -151,7 +151,3 @@ reverse operations and find associated mmio address.
 -- 
 Best regards
 Tianyu Lan
---
-To unsubscribe from this list: send the line "unsubscribe linux-ia64" in
-the body of a message to majordomo@vger.kernel.org
-More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff --git a/a/content_digest b/N2/content_digest
index 885f61f..1d60035 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -166,10 +166,6 @@
  "\n"
  "-- \n"
  "Best regards\n"
- "Tianyu Lan\n"
- "--\n"
- "To unsubscribe from this list: send the line \"unsubscribe linux-ia64\" in\n"
- "the body of a message to majordomo@vger.kernel.org\n"
- More majordomo info at  http://vger.kernel.org/majordomo-info.html
+ Tianyu Lan
 
-130e8a0207376915ae7534eca2ff0caafc102c267ee8c930769d990b53f81c8e
+f0969a6395d0a30438aeecc872a5d09cf0fa94c4a6e7936b12a8e9003175e025

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.