diff for duplicates of <20120917194228.GS4521@atomide.com> diff --git a/a/1.txt b/N1/1.txt index bd0ee00..e16dc0c 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -58,7 +58,7 @@ but now MMC somehow breaks on 2430sdp that I need to figure out.. Tony -From 292156f6265e3b5446747de41038a19ef476b650 Mon Sep 17 00:00:00 2001 +>From 292156f6265e3b5446747de41038a19ef476b650 Mon Sep 17 00:00:00 2001 From: Tony Lindgren <tony@atomide.com> Date: Mon, 17 Sep 2012 10:47:16 -0700 Subject: [PATCH] mfd: Fix compile for twl-core.c by removing cpu_is_omap @@ -193,7 +193,7 @@ index f462ff2..9d3a0bc 100644 + 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; @@ -216,7 +216,7 @@ index f462ff2..9d3a0bc 100644 + 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 62e2845..d46a8d3 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,8 +2,8 @@ "ref\020120917165643.GL4521@atomide.com\0" "ref\020120917180014.GA15518@arwen.pp.htv.fi\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 19:42:28 +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 12:42:28 -0700\0" "To\0Felipe Balbi <balbi@ti.com>\0" "Cc\0Fengguang Wu <fengguang.wu@intel.com>" kernel-janitors@vger.kernel.org @@ -70,7 +70,7 @@ "Tony\n" "\n" "\n" - "From 292156f6265e3b5446747de41038a19ef476b650 Mon Sep 17 00:00:00 2001\n" + ">From 292156f6265e3b5446747de41038a19ef476b650 Mon Sep 17 00:00:00 2001\n" "From: Tony Lindgren <tony@atomide.com>\n" "Date: Mon, 17 Sep 2012 10:47:16 -0700\n" "Subject: [PATCH] mfd: Fix compile for twl-core.c by removing cpu_is_omap\n" @@ -205,7 +205,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" @@ -228,7 +228,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" @@ -240,4 +240,4 @@ " \treturn status;\n" } -3accfb1e9b8f0b97f2b8ec926b9271bf904e459f1d9e09f69b99e308e0bb4b6e +7fdb0625f4d155567976f17c774b30ae72f5aa5d90fc934ee536469846cfae2b
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.