diff for duplicates of <20120917201224.GU4521@atomide.com> diff --git a/a/1.txt b/N1/1.txt index 10ed243..3a11332 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -197,7 +197,7 @@ out a proper patch. > > + platform_set_drvdata(pdev, pdata); > + -> if (i2c_check_functionality(client->adapter, I2C_FUNC_I2C) = 0) { +> if (i2c_check_functionality(client->adapter, I2C_FUNC_I2C) == 0) { > dev_dbg(&client->dev, "can't talk I2C?\n"); > - return -EIO; > + status = -EIO; @@ -220,7 +220,7 @@ out a proper patch. > + clocks_init(&pdev->dev, pdata->clock); > > /* read TWL IDCODE Register */ -> if (twl_id = TWL4030_CLASS_ID) { +> if (twl_id == TWL4030_CLASS_ID) { > @@ -1335,6 +1336,9 @@ twl_probe(struct i2c_client *client, const struct i2c_device_id *id) > fail: > if (status < 0) diff --git a/a/content_digest b/N1/content_digest index fb97d47..3020491 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,8 +3,8 @@ "ref\020120917180014.GA15518@arwen.pp.htv.fi\0" "ref\020120917194228.GS4521@atomide.com\0" "From\0Tony Lindgren <tony@atomide.com>\0" - "Subject\0Re: [omap:tmp-merge 31/47] drivers/mfd/twl-core.c:49:22: fatal error: plat/cpu.h: No such file or di\0" - "Date\0Mon, 17 Sep 2012 20:12:24 +0000\0" + "Subject\0Re: [omap:tmp-merge 31/47] drivers/mfd/twl-core.c:49:22: fatal error: plat/cpu.h: No such file or directory\0" + "Date\0Mon, 17 Sep 2012 13:12:24 -0700\0" "To\0Felipe Balbi <balbi@ti.com>\0" "Cc\0Fengguang Wu <fengguang.wu@intel.com>" kernel-janitors@vger.kernel.org @@ -210,7 +210,7 @@ "> \n" "> +\tplatform_set_drvdata(pdev, pdata);\n" "> +\n" - "> \tif (i2c_check_functionality(client->adapter, I2C_FUNC_I2C) = 0) {\n" + "> \tif (i2c_check_functionality(client->adapter, I2C_FUNC_I2C) == 0) {\n" "> \t\tdev_dbg(&client->dev, \"can't talk I2C?\\n\");\n" "> -\t\treturn -EIO;\n" "> +\t\tstatus = -EIO;\n" @@ -233,7 +233,7 @@ "> +\tclocks_init(&pdev->dev, pdata->clock);\n" "> \n" "> \t/* read TWL IDCODE Register */\n" - "> \tif (twl_id = TWL4030_CLASS_ID) {\n" + "> \tif (twl_id == TWL4030_CLASS_ID) {\n" "> @@ -1335,6 +1336,9 @@ twl_probe(struct i2c_client *client, const struct i2c_device_id *id)\n" "> fail:\n" "> \tif (status < 0)\n" @@ -249,4 +249,4 @@ "> the body of a message to majordomo@vger.kernel.org\n" > More majordomo info at http://vger.kernel.org/majordomo-info.html -1e080f14176cba5b7aaae5ec91ccf98f934be1606672b2545df46ce933d356c6 +60b0f6b28ac3df913e98f007b71abef8e9d183fe1d55040dbd3accbcfec1033e
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.