* [PATCH] CBUS: Fix retu-headset driver by not using removed input_dev->private field
@ 2008-05-06 8:33 Jarkko Nikula
2008-05-06 22:13 ` Tony Lindgren
0 siblings, 1 reply; 2+ messages in thread
From: Jarkko Nikula @ 2008-05-06 8:33 UTC (permalink / raw)
To: linux-omap; +Cc: Jarkko Nikula
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);
--
1.5.4.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] CBUS: Fix retu-headset driver by not using removed input_dev->private field
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
0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2008-05-06 22:13 UTC (permalink / raw)
To: Jarkko Nikula; +Cc: linux-omap
* 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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-05-06 22:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox