All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20141024081646.GB11140@mwanda>

diff --git a/a/1.txt b/N1/1.txt
index 8f7a393..b7340e7 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -11,7 +11,7 @@ index 5839c45..57e37fd 100644
  	 * If the regulator has been disabled for suspend
  	 * then is invalid to try setting a suspend mode.
  	 */
--	if (!max77802->opmode[id] = MAX77802_OFF_PWRREQ) {
+-	if (!max77802->opmode[id] == MAX77802_OFF_PWRREQ) {
 +	if (max77802->opmode[id] != MAX77802_OFF_PWRREQ) {
  		dev_warn(&rdev->dev, "%s: is disabled, mode: 0x%x not set\n",
  			 rdev->desc->name, mode);
diff --git a/a/content_digest b/N1/content_digest
index bfa1364..7d73a86 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,6 +1,6 @@
  "From\0Dan Carpenter <dan.carpenter@oracle.com>\0"
  "Subject\0[patch] regulator: max77802: precedence error in max77802_set_suspend_mode()\0"
- "Date\0Fri, 24 Oct 2014 08:16:46 +0000\0"
+ "Date\0Fri, 24 Oct 2014 11:16:46 +0300\0"
  "To\0Liam Girdwood <lgirdwood@gmail.com>"
  " Javier Martinez Canillas <javier.martinez@collabora.co.uk>\0"
  "Cc\0Mark Brown <broonie@kernel.org>"
@@ -21,10 +21,10 @@
  " \t * If the regulator has been disabled for suspend\n"
  " \t * then is invalid to try setting a suspend mode.\n"
  " \t */\n"
- "-\tif (!max77802->opmode[id] = MAX77802_OFF_PWRREQ) {\n"
+ "-\tif (!max77802->opmode[id] == MAX77802_OFF_PWRREQ) {\n"
  "+\tif (max77802->opmode[id] != MAX77802_OFF_PWRREQ) {\n"
  " \t\tdev_warn(&rdev->dev, \"%s: is disabled, mode: 0x%x not set\\n\",\n"
  " \t\t\t rdev->desc->name, mode);\n"
  " \t\treturn 0;"
 
-5f8d2d945c6f7583049262a1b97ba494e828ef4fa20109015db45391d3e0539e
+ce5e31582019fa830aae21b6741d7b01fd2ee846d9fab72d71d3fe69f1cef819

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.