All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20130702062012.GA24410@elgon.mountain>

diff --git a/a/1.txt b/N1/1.txt
index f51889c..5ba54cb 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -18,7 +18,8 @@ index 6918f07..ea88bbe 100644
  
  			if (!pi->mem_gddr5) {
 @@ -5136,7 +5136,7 @@ static int si_set_mc_special_registers(struct radeon_device *rdev,
- 					table->mc_reg_table_entry[k].mc_data[j]  						(table->mc_reg_table_entry[k].mc_data[i] & 0xffff0000) >> 16;
+ 					table->mc_reg_table_entry[k].mc_data[j] =
+ 						(table->mc_reg_table_entry[k].mc_data[i] & 0xffff0000) >> 16;
  				j++;
 -				if (j > SMC_SISLANDS_MC_REGISTER_ARRAY_SIZE)
 +				if (j >= SMC_SISLANDS_MC_REGISTER_ARRAY_SIZE)
diff --git a/a/content_digest b/N1/content_digest
index 49433bd..2a5698d 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,6 +1,6 @@
  "From\0Dan Carpenter <dan.carpenter@oracle.com>\0"
  "Subject\0[patch] drm/radeon/dpm: off by one in si_set_mc_special_registers()\0"
- "Date\0Tue, 02 Jul 2013 06:20:12 +0000\0"
+ "Date\0Tue, 2 Jul 2013 09:20:12 +0300\0"
  "To\0David Airlie <airlied@linux.ie>\0"
  "Cc\0Alex Deucher <alexander.deucher@amd.com>"
   dri-devel@lists.freedesktop.org
@@ -27,7 +27,8 @@
  " \n"
  " \t\t\tif (!pi->mem_gddr5) {\n"
  "@@ -5136,7 +5136,7 @@ static int si_set_mc_special_registers(struct radeon_device *rdev,\n"
- " \t\t\t\t\ttable->mc_reg_table_entry[k].mc_data[j]  \t\t\t\t\t\t(table->mc_reg_table_entry[k].mc_data[i] & 0xffff0000) >> 16;\n"
+ " \t\t\t\t\ttable->mc_reg_table_entry[k].mc_data[j] =\n"
+ " \t\t\t\t\t\t(table->mc_reg_table_entry[k].mc_data[i] & 0xffff0000) >> 16;\n"
  " \t\t\t\tj++;\n"
  "-\t\t\t\tif (j > SMC_SISLANDS_MC_REGISTER_ARRAY_SIZE)\n"
  "+\t\t\t\tif (j >= SMC_SISLANDS_MC_REGISTER_ARRAY_SIZE)\n"
@@ -44,4 +45,4 @@
  " \t\t\tbreak;\n"
  " \t\tdefault:"
 
-28c8a142ee5a0e44c21c5e6fc87024beda09e0a5ceb82768e17698b903eff367
+a990d499f108fbba4ad53bbeefb66c6bdc564d8fe3be129af353083723110007

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.