diff for duplicates of <20141027104506.GA22704@mwanda> diff --git a/a/1.txt b/N1/1.txt index 599d457..a486602 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -15,8 +15,8 @@ index 5839c45..7718c8a 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) { ++ if (max77802->opmode[id] == MAX77802_OFF_PWRREQ) { dev_warn(&rdev->dev, "%s: is disabled, mode: 0x%x not set\n", rdev->desc->name, mode); return 0; diff --git a/a/content_digest b/N1/content_digest index 2e8bec1..61447ec 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\071442C69-B48C-46B8-93A1-068AC26E01C2@collabora.co.uk\0" "From\0Dan Carpenter <dan.carpenter@oracle.com>\0" "Subject\0[patch v2] regulator: max77802: fix a test in max77802_set_suspend_mode()\0" - "Date\0Mon, 27 Oct 2014 10:45:06 +0000\0" + "Date\0Mon, 27 Oct 2014 13:45:06 +0300\0" "To\0Liam Girdwood <lgirdwood@gmail.com>" " Javier Martinez Canillas <javier.martinez@collabora.co.uk>\0" "Cc\0Mark Brown <broonie@kernel.org>" @@ -26,10 +26,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" + "+\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;" -6c3d2ff189553fb246b8445b51d91d40c4829fd337ba0045b58bcf27130b7da9 +47b226060afd21002cdbbcebd9bfa992afbed313f4ccdc2790f71b30e1dfbac5
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.