RE: [PATCH] DSPBRIDGE: Removal of unreachable code

2009-05-21 Thread Guzman Lugo, Fernando


Hi Ameya,

The patch is ok. I think this was introduced by error in a patch.

Regards,
Fernando.

-Original Message-
From: linux-omap-ow...@vger.kernel.org 
[mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Ameya Palande
Sent: Tuesday, May 19, 2009 6:18 AM
To: linux-omap@vger.kernel.org
Subject: [PATCH] DSPBRIDGE: Removal of unreachable code

From: Ameya Palande ameya.pala...@nokia.com

Signed-off-by: Ameya Palande ameya.pala...@nokia.com
---
 drivers/dsp/bridge/wmd/io_sm.c |3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/drivers/dsp/bridge/wmd/io_sm.c b/drivers/dsp/bridge/wmd/io_sm.c
index 8d106e1..6f7e338 100644
--- a/drivers/dsp/bridge/wmd/io_sm.c
+++ b/drivers/dsp/bridge/wmd/io_sm.c
@@ -1742,9 +1742,6 @@ DSP_STATUS IO_SHMsetting(IN struct IO_MGR *hIOMgr, IN 
enum SHM_DESCTYPE desc,
break;
default:
break;
-
-   queue_work(bridge_workqueue,
-(hIOMgr-io_workq));
}
 #endif
return DSP_SOK;
-- 
1.6.2.4

--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH] DSPBRIDGE: Removal of unreachable code

2009-05-19 Thread Ameya Palande
From: Ameya Palande ameya.pala...@nokia.com

Signed-off-by: Ameya Palande ameya.pala...@nokia.com
---
 drivers/dsp/bridge/wmd/io_sm.c |3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/drivers/dsp/bridge/wmd/io_sm.c b/drivers/dsp/bridge/wmd/io_sm.c
index 8d106e1..6f7e338 100644
--- a/drivers/dsp/bridge/wmd/io_sm.c
+++ b/drivers/dsp/bridge/wmd/io_sm.c
@@ -1742,9 +1742,6 @@ DSP_STATUS IO_SHMsetting(IN struct IO_MGR *hIOMgr, IN 
enum SHM_DESCTYPE desc,
break;
default:
break;
-
-   queue_work(bridge_workqueue,
-(hIOMgr-io_workq));
}
 #endif
return DSP_SOK;
-- 
1.6.2.4

--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html