All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <1453749316-1848-10-git-send-email-wsa@the-dreams.de>

diff --git a/a/1.txt b/N1/1.txt
index 8e3fa62..bc2506d 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -89,13 +89,13 @@ index 557e2b9dadeec7..f7eff5f53e0013 100644
  MODULE_DEVICE_TABLE(of, sh_mobile_sdhi_of_match);
 @@ -103,6 +114,15 @@ static void sh_mobile_sdhi_sdbuf_width(struct tmio_mmc_host *host, int width)
  	case 0xCB0D:
- 		val = (width = 32) ? 0x0000 : 0x0001;
+ 		val = (width == 32) ? 0x0000 : 0x0001;
  		break;
 +	case 0xCC10: /* Gen3, SD only */
 +	case 0xCD10: /* Gen3, SD + MMC */
-+		if (width = 64)
++		if (width == 64)
 +			val = 0x0000;
-+		else if (width = 32)
++		else if (width == 32)
 +			val = 0x0101;
 +		else
 +			val = 0x0001;
diff --git a/a/content_digest b/N1/content_digest
index 675c0f7..6bbe4bd 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -8,7 +8,7 @@
   "Subject\0[PATCH 9/9] mmc: sdhi: Add r8a7795 support\0"
 ]
 [
-  "Date\0Mon, 25 Jan 2016 19:15:16 +0000\0"
+  "Date\0Mon, 25 Jan 2016 20:15:16 +0100\0"
 ]
 [
   "To\0linux-mmc\@vger.kernel.org\0"
@@ -120,13 +120,13 @@
   " MODULE_DEVICE_TABLE(of, sh_mobile_sdhi_of_match);\n",
   "\@\@ -103,6 +114,15 \@\@ static void sh_mobile_sdhi_sdbuf_width(struct tmio_mmc_host *host, int width)\n",
   " \tcase 0xCB0D:\n",
-  " \t\tval = (width = 32) ? 0x0000 : 0x0001;\n",
+  " \t\tval = (width == 32) ? 0x0000 : 0x0001;\n",
   " \t\tbreak;\n",
   "+\tcase 0xCC10: /* Gen3, SD only */\n",
   "+\tcase 0xCD10: /* Gen3, SD + MMC */\n",
-  "+\t\tif (width = 64)\n",
+  "+\t\tif (width == 64)\n",
   "+\t\t\tval = 0x0000;\n",
-  "+\t\telse if (width = 32)\n",
+  "+\t\telse if (width == 32)\n",
   "+\t\t\tval = 0x0101;\n",
   "+\t\telse\n",
   "+\t\t\tval = 0x0001;\n",
@@ -185,4 +185,4 @@
   "2.1.4"
 ]
 
-55ddbaec0477e77d635297932f916f7b9ebb3555bf37b83c823b0860a9060cc9
+abeffa2b1e971a5bc20f68835a87dda2dbe078a32f91a139b053b286813c045f

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.