Re: [PATCH] Input: tsc2007: Remove a useless code and check a necessary function is provided or not
From: Manuel Lauss <hidden>
Date: 2009-05-15 07:26:59
From: Manuel Lauss <hidden>
Date: 2009-05-15 07:26:59
On Fri, May 15, 2009 at 02:47:12PM +0900, Kwangwoo Lee wrote:
--- a/drivers/input/touchscreen/tsc2007.c +++ b/drivers/input/touchscreen/tsc2007.c@@ -253,11 +253,11 @@ static int tsc2007_probe(struct i2c_client *client, const struct i2c_device_id *id) { struct tsc2007 *ts; - struct tsc2007_platform_data *pdata = pdata = client->dev.platform_data; + struct tsc2007_platform_data *pdata = client->dev.platform_data;
This change is already in a previous patch of yours. (http://www.spinics.net/lists/linux-input/msg03404.html) Manuel Lauss