mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] net: wimax: Remove of unused 'rfkill_input' pointer
@ 2011-06-22 18:06 Vitaliy Ivanov
  2011-06-22 21:47 ` Perez-Gonzalez, Inaky
  0 siblings, 1 reply; 3+ messages in thread
From: Vitaliy Ivanov @ 2011-06-22 18:06 UTC (permalink / raw)
  To: David S. Miller, Inaky Perez-Gonzalez, Johannes Berg
  Cc: netdev, LKML, Alan Jenkins, Henrique de Moraes Holschuh,
	John W. Linville


David,

Please apply.

I added here all the peoples who took part in
19d337dff95cbf76edd3ad95c0cee2732c3e1ec5 commit for any comments.

Also performed all yes/no/mod config builds w/ no issues.


>From b93ca8947e85e4ff7e9f314675d4770b90b77548 Mon Sep 17 00:00:00 2001
From: Vitaliy Ivanov <vitalivanov@gmail.com>
Date: Wed, 22 Jun 2011 20:57:49 +0300
Subject: [PATCH] net: wimax: Remove of unused 'rfkill_input' pointer

Seems like this was not cleaned during the 'rfkill: rewrite' checkin
19d337dff95cbf76edd3ad95c0cee2732c3e1ec5.

Signed-off-by: Vitaliy Ivanov <vitalivanov@gmail.com>
---
 include/net/wimax.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/include/net/wimax.h b/include/net/wimax.h
index 7328d50..322ff4f 100644
--- a/include/net/wimax.h
+++ b/include/net/wimax.h
@@ -423,7 +423,6 @@ struct wimax_dev {
 	int (*op_reset)(struct wimax_dev *wimax_dev);
 
 	struct rfkill *rfkill;
-	struct input_dev *rfkill_input;
 	unsigned rf_hw;
 	unsigned rf_sw;
 	char name[32];
-- 
1.7.0.4




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] net: wimax: Remove of unused 'rfkill_input' pointer
  2011-06-22 18:06 [PATCH] net: wimax: Remove of unused 'rfkill_input' pointer Vitaliy Ivanov
@ 2011-06-22 21:47 ` Perez-Gonzalez, Inaky
  2011-06-25  0:51   ` David Miller
  0 siblings, 1 reply; 3+ messages in thread
From: Perez-Gonzalez, Inaky @ 2011-06-22 21:47 UTC (permalink / raw)
  To: vitalivanov
  Cc: davem, johannes, netdev, linux-kernel, alan-jenkins, hmh, linville

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="utf-8", Size: 903 bytes --]

On Wed, 2011-06-22 at 21:06 +0300, Vitaliy Ivanov wrote:
> David,
> 
> Please apply.
> 
> I added here all the peoples who took part in
> 19d337dff95cbf76edd3ad95c0cee2732c3e1ec5 commit for any comments.
> 
> Also performed all yes/no/mod config builds w/ no issues.

> >From b93ca8947e85e4ff7e9f314675d4770b90b77548 Mon Sep 17 00:00:00 2001
> From: Vitaliy Ivanov <vitalivanov@gmail.com>
> Date: Wed, 22 Jun 2011 20:57:49 +0300
> Subject: [PATCH] net: wimax: Remove of unused 'rfkill_input' pointer
> 
> Seems like this was not cleaned during the 'rfkill: rewrite' checkin
> 19d337dff95cbf76edd3ad95c0cee2732c3e1ec5.
> 
> Signed-off-by: Vitaliy Ivanov <vitalivanov@gmail.com>

Acked-by: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>

ÿôèº{.nÇ+‰·Ÿ®‰­†+%ŠËÿ±éݶ\x17¥Šwÿº{.nÇ+‰·¥Š{±þG«éÿŠ{ayº\x1dʇڙë,j\a­¢f£¢·hšïêÿ‘êçz_è®\x03(­éšŽŠÝ¢j"ú\x1a¶^[m§ÿÿ¾\a«þG«éÿ¢¸?™¨è­Ú&£ø§~á¶iO•æ¬z·švØ^\x14\x04\x1a¶^[m§ÿÿÃ\fÿ¶ìÿ¢¸?–I¥

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] net: wimax: Remove of unused 'rfkill_input' pointer
  2011-06-22 21:47 ` Perez-Gonzalez, Inaky
@ 2011-06-25  0:51   ` David Miller
  0 siblings, 0 replies; 3+ messages in thread
From: David Miller @ 2011-06-25  0:51 UTC (permalink / raw)
  To: inaky.perez-gonzalez
  Cc: vitalivanov, johannes, netdev, linux-kernel, alan-jenkins, hmh, linville

From: "Perez-Gonzalez, Inaky" <inaky.perez-gonzalez@intel.com>
Date: Wed, 22 Jun 2011 14:47:07 -0700

> On Wed, 2011-06-22 at 21:06 +0300, Vitaliy Ivanov wrote:
>> David,
>> 
>> Please apply.
>> 
>> I added here all the peoples who took part in
>> 19d337dff95cbf76edd3ad95c0cee2732c3e1ec5 commit for any comments.
>> 
>> Also performed all yes/no/mod config builds w/ no issues.
> 
>> >From b93ca8947e85e4ff7e9f314675d4770b90b77548 Mon Sep 17 00:00:00 2001
>> From: Vitaliy Ivanov <vitalivanov@gmail.com>
>> Date: Wed, 22 Jun 2011 20:57:49 +0300
>> Subject: [PATCH] net: wimax: Remove of unused 'rfkill_input' pointer
>> 
>> Seems like this was not cleaned during the 'rfkill: rewrite' checkin
>> 19d337dff95cbf76edd3ad95c0cee2732c3e1ec5.
>> 
>> Signed-off-by: Vitaliy Ivanov <vitalivanov@gmail.com>
> 
> Acked-by: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>

Applied to net-next-2.6

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-06-25  0:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-06-22 18:06 [PATCH] net: wimax: Remove of unused 'rfkill_input' pointer Vitaliy Ivanov
2011-06-22 21:47 ` Perez-Gonzalez, Inaky
2011-06-25  0:51   ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®