linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Kwangwoo Lee <kwangwoo.lee@gmail.com>
To: Manuel Lauss <mano@roarinelk.homelinux.net>
Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>,
	Thierry Reding <thierry.reding@avionic-design.de>,
	Trilok Soni <soni.trilok@gmail.com>,
	"linux-input@vger.kernel.org" <linux-input@vger.kernel.org>
Subject: Re: [PATCH] Input: tsc2007: Remove a useless code and check a necessary function is provided or not
Date: Fri, 15 May 2009 16:50:33 +0900	[thread overview]
Message-ID: <483a38b80905150050v41358f89yf0c7aeb7fe9cf990@mail.gmail.com> (raw)
In-Reply-To: <20090515072658.GB32380@roarinelk.homelinux.net>

On Fri, May 15, 2009 at 4:26 PM, Manuel Lauss
<mano@roarinelk.homelinux.net> wrote:
> 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)

Yes, I know.
The patch has a bit different subject. And it is requried to review more.
This patch just includes small fix and check.

>
> Manuel Lauss
>

-- 
Kwangwoo Lee <kwangwoo.lee@gmail.com>
--
To unsubscribe from this list: send the line "unsubscribe linux-input" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

  reply	other threads:[~2009-05-15  7:50 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-05-15  5:47 [PATCH] Input: tsc2007: Remove a useless code and check a necessary function is provided or not Kwangwoo Lee
2009-05-15  7:26 ` Manuel Lauss
2009-05-15  7:50   ` Kwangwoo Lee [this message]
2009-05-16  2:28 ` Dmitry Torokhov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=483a38b80905150050v41358f89yf0c7aeb7fe9cf990@mail.gmail.com \
    --to=kwangwoo.lee@gmail.com \
    --cc=dmitry.torokhov@gmail.com \
    --cc=linux-input@vger.kernel.org \
    --cc=mano@roarinelk.homelinux.net \
    --cc=soni.trilok@gmail.com \
    --cc=thierry.reding@avionic-design.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).