diff for duplicates of <20180430163556.2560-4-brgl@bgdev.pl> diff --git a/a/1.txt b/N1/1.txt index 2c9d0e8..9f313bb 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -94,7 +94,7 @@ index bc094f6eb366..6eba755b8c12 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] == ',') @@ -113,14 +113,14 @@ int __init early_platform_driver_register(struct early_platform_driver *epdrv, } @@ -162,7 +162,7 @@ index bc094f6eb366..6eba755b8c12 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; @@ -184,16 +184,16 @@ early_platform_match(struct early_platform_driver *epdrv, int id) } diff --git a/a/content_digest b/N1/content_digest index fb156f9..85a9146 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,8 +1,29 @@ "ref\020180430163556.2560-1-brgl@bgdev.pl\0" "From\0Bartosz Golaszewski <brgl@bgdev.pl>\0" "Subject\0[PATCH 3/3] sh: add the sh_ prefix to early platform symbols\0" - "Date\0Mon, 30 Apr 2018 16:35:56 +0000\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "Date\0Mon, 30 Apr 2018 18:35:56 +0200\0" + "To\0Sekhar Nori <nsekhar@ti.com>" + Kevin Hilman <khilman@kernel.org> + David Lechner <david@lechnology.com> + Michael Turquette <mturquette@baylibre.com> + Stephen Boyd <sboyd@kernel.org> + Arnd Bergmann <arnd@arndb.de> + Greg Kroah-Hartman <gregkh@linuxfoundation.org> + Mark Rutland <mark.rutland@arm.com> + Yoshinori Sato <ysato@users.sourceforge.jp> + Rich Felker <dalias@libc.org> + Andy Shevchenko <andy.shevchenko@gmail.com> + Marc Zyngier <marc.zyngier@arm.com> + Rafael J . Wysocki <rafael.j.wysocki@intel.com> + Peter Rosin <peda@axentia.se> + Jiri Slaby <jslaby@suse.com> + Thomas Gleixner <tglx@linutronix.de> + " Daniel Lezcano <daniel.lezcano@linaro.org>\0" + "Cc\0linux-arm-kernel@lists.infradead.org" + linux-kernel@vger.kernel.org + linux-serial@vger.kernel.org + linux-sh@vger.kernel.org + " Bartosz Golaszewski <bgolaszewski@baylibre.com>\0" "\00:1\0" "b\0" "From: Bartosz Golaszewski <bgolaszewski@baylibre.com>\n" @@ -101,7 +122,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" "@@ -113,14 +113,14 @@ int __init early_platform_driver_register(struct early_platform_driver *epdrv,\n" " }\n" " \n" @@ -169,7 +190,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" "@@ -184,16 +184,16 @@ early_platform_match(struct early_platform_driver *epdrv, int id)\n" " }\n" @@ -866,4 +887,4 @@ "-- \n" 2.17.0 -1e3e4a98fee9334bd14b4d610953521e58d0a98dcceb6bb05256659c25e5d801 +c2f482b1119dd9d4e9f64fb130b34996853b60485a30c721346098c0b0eca3eb
diff --git a/a/1.txt b/N2/1.txt index 2c9d0e8..9f313bb 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -94,7 +94,7 @@ index bc094f6eb366..6eba755b8c12 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] == ',') @@ -113,14 +113,14 @@ int __init early_platform_driver_register(struct early_platform_driver *epdrv, } @@ -162,7 +162,7 @@ index bc094f6eb366..6eba755b8c12 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; @@ -184,16 +184,16 @@ early_platform_match(struct early_platform_driver *epdrv, int id) } diff --git a/a/content_digest b/N2/content_digest index fb156f9..f6f997c 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,7 +1,7 @@ "ref\020180430163556.2560-1-brgl@bgdev.pl\0" - "From\0Bartosz Golaszewski <brgl@bgdev.pl>\0" + "From\0brgl@bgdev.pl (Bartosz Golaszewski)\0" "Subject\0[PATCH 3/3] sh: add the sh_ prefix to early platform symbols\0" - "Date\0Mon, 30 Apr 2018 16:35:56 +0000\0" + "Date\0Mon, 30 Apr 2018 18:35:56 +0200\0" "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" @@ -101,7 +101,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" "@@ -113,14 +113,14 @@ int __init early_platform_driver_register(struct early_platform_driver *epdrv,\n" " }\n" " \n" @@ -169,7 +169,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" "@@ -184,16 +184,16 @@ early_platform_match(struct early_platform_driver *epdrv, int id)\n" " }\n" @@ -866,4 +866,4 @@ "-- \n" 2.17.0 -1e3e4a98fee9334bd14b4d610953521e58d0a98dcceb6bb05256659c25e5d801 +19e43c33cd60cb3593e736b69283fb8d1c5abf5780db13e390957367e913028b
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.