All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: Jarkko Nikula <jarkko.nikula@nokia.com>
Cc: linux-omap@vger.kernel.org
Subject: Re: [PATCH] CBUS: Fix retu-headset driver by not using removed input_dev->private field
Date: Tue, 6 May 2008 15:13:26 -0700	[thread overview]
Message-ID: <20080506221326.GG18682@atomide.com> (raw)
In-Reply-To: <1210062788-15087-1-git-send-email-jarkko.nikula@nokia.com>

* Jarkko Nikula <jarkko.nikula@nokia.com> [080506 01:33]:
> Signed-off-by: Jarkko Nikula <jarkko.nikula@nokia.com>
> ---
>  drivers/cbus/retu-headset.c |    1 -
>  1 files changed, 0 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/cbus/retu-headset.c b/drivers/cbus/retu-headset.c
> index f9de5cd..e798bc2 100644
> --- a/drivers/cbus/retu-headset.c
> +++ b/drivers/cbus/retu-headset.c
> @@ -232,7 +232,6 @@ static int __init retu_headset_probe(struct platform_device *pdev)
>  	}
>  	hs->idev->name = "retu-headset";
>  	hs->idev->dev.parent = &pdev->dev;
> -	hs->idev->private = hs;
>  	set_bit(EV_KEY, hs->idev->evbit);
>  	set_bit(RETU_HEADSET_KEY, hs->idev->keybit);
>  	r = input_register_device(hs->idev);

Pushing.

Tony

      reply	other threads:[~2008-05-06 22:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-05-06  8:33 [PATCH] CBUS: Fix retu-headset driver by not using removed input_dev->private field Jarkko Nikula
2008-05-06 22:13 ` Tony Lindgren [this message]

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=20080506221326.GG18682@atomide.com \
    --to=tony@atomide.com \
    --cc=jarkko.nikula@nokia.com \
    --cc=linux-omap@vger.kernel.org \
    /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 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.