All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20191003092913.10731-3-brgl@bgdev.pl>

diff --git a/a/1.txt b/N1/1.txt
index 5fba953..566983d 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -95,7 +95,7 @@ index 3dfe9f3541bb..f6d148451dfc 100644
 +		list_move(&epdrv->list, &sh_early_platform_driver_list);
  
  		/* Allow passing parameters after device name */
- 		if (buf[n] = '\0' || buf[n] = ',')
+ 		if (buf[n] == '\0' || buf[n] == ',')
 @@ -114,14 +114,14 @@ int __init early_platform_driver_register(struct early_platform_driver *epdrv,
  }
  
@@ -163,7 +163,7 @@ index 3dfe9f3541bb..f6d148451dfc 100644
 -	list_for_each_entry(pd, &early_platform_device_list, dev.devres_head)
 +	list_for_each_entry(pd, &sh_early_platform_device_list, dev.devres_head)
  		if (platform_match(&pd->dev, &epdrv->pdrv->driver))
- 			if (pd->id = id)
+ 			if (pd->id == id)
  				return pd;
 @@ -185,16 +185,16 @@ early_platform_match(struct early_platform_driver *epdrv, int id)
  }
diff --git a/a/content_digest b/N1/content_digest
index 9a7d10a..cf2b4d0 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,7 +1,7 @@
  "ref\020191003092913.10731-1-brgl@bgdev.pl\0"
  "From\0Bartosz Golaszewski <brgl@bgdev.pl>\0"
  "Subject\0[PATCH v4 2/2] sh: add the sh_ prefix to early platform symbols\0"
- "Date\0Thu, 03 Oct 2019 09:29:13 +0000\0"
+ "Date\0Thu,  3 Oct 2019 11:29:13 +0200\0"
  "To\0Yoshinori Sato <ysato@users.sourceforge.jp>"
   Rich Felker <dalias@libc.org>
   Greg Kroah-Hartman <gregkh@linuxfoundation.org>
@@ -112,7 +112,7 @@
  "+\t\tlist_move(&epdrv->list, &sh_early_platform_driver_list);\n"
  " \n"
  " \t\t/* Allow passing parameters after device name */\n"
- " \t\tif (buf[n] = '\\0' || buf[n] = ',')\n"
+ " \t\tif (buf[n] == '\\0' || buf[n] == ',')\n"
  "@@ -114,14 +114,14 @@ int __init early_platform_driver_register(struct early_platform_driver *epdrv,\n"
  " }\n"
  " \n"
@@ -180,7 +180,7 @@
  "-\tlist_for_each_entry(pd, &early_platform_device_list, dev.devres_head)\n"
  "+\tlist_for_each_entry(pd, &sh_early_platform_device_list, dev.devres_head)\n"
  " \t\tif (platform_match(&pd->dev, &epdrv->pdrv->driver))\n"
- " \t\t\tif (pd->id = id)\n"
+ " \t\t\tif (pd->id == id)\n"
  " \t\t\t\treturn pd;\n"
  "@@ -185,16 +185,16 @@ early_platform_match(struct early_platform_driver *epdrv, int id)\n"
  " }\n"
@@ -890,4 +890,4 @@
  "-- \n"
  2.23.0
 
-5496b2833a4aa0a52e8ac0281a579ca457a82713dbd541dcd06a649cc650348e
+7c916f976b2c92915796ece45101f6c343a215df3d96bbf8ef266834a75830f1

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.