netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] irda: sir_dev: Fix copy/paste typo
@ 2012-11-20 19:59 Alexander Shiyan
  2012-11-20 20:52 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Alexander Shiyan @ 2012-11-20 19:59 UTC (permalink / raw)
  To: netdev; +Cc: Samuel Ortiz, Alexander Shiyan


Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
---
 drivers/net/irda/sir_dev.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/net/irda/sir_dev.c b/drivers/net/irda/sir_dev.c
index 5039f08..43e9ab4 100644
--- a/drivers/net/irda/sir_dev.c
+++ b/drivers/net/irda/sir_dev.c
@@ -222,7 +222,7 @@ static void sirdev_config_fsm(struct work_struct *work)
 			break;
 
 		case SIRDEV_STATE_DONGLE_SPEED:
-			if (dev->dongle_drv->reset) {
+			if (dev->dongle_drv->set_speed) {
 				ret = dev->dongle_drv->set_speed(dev, fsm->param);
 				if (ret < 0) {
 					fsm->result = ret;
-- 
1.7.8.6

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

* Re: [PATCH] irda: sir_dev: Fix copy/paste typo
  2012-11-20 19:59 [PATCH] irda: sir_dev: Fix copy/paste typo Alexander Shiyan
@ 2012-11-20 20:52 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2012-11-20 20:52 UTC (permalink / raw)
  To: shc_work; +Cc: netdev, samuel

From: Alexander Shiyan <shc_work@mail.ru>
Date: Tue, 20 Nov 2012 23:59:11 +0400

> 
> Signed-off-by: Alexander Shiyan <shc_work@mail.ru>

Applied.

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

end of thread, other threads:[~2012-11-20 20:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-11-20 19:59 [PATCH] irda: sir_dev: Fix copy/paste typo Alexander Shiyan
2012-11-20 20:52 ` David Miller

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).