staging: most: remove aim reset
This patch partly reverts a modification of function most_stop_channel() that is trying to reset an established link between an AIM and an HDM in all suitable places. But since the function most_stop_channel() is stopping the data transfer it is the wrong place to do so. Signed-off-by: Andrey Shvetsov <andrey.shvetsov@k2l.de> Signed-off-by: Christian Gromm <christian.gromm@microchip.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
ec5c00afc2
commit
bf358040c4
1 changed files with 0 additions and 5 deletions
|
@ -1555,11 +1555,6 @@ int most_stop_channel(struct most_interface *iface, int id)
|
||||||
if (!c->is_started)
|
if (!c->is_started)
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
/* FIXME: we need to know calling AIM to reset only one link */
|
|
||||||
c->first_aim = NULL;
|
|
||||||
c->second_aim = NULL;
|
|
||||||
/* do not go into recursion calling aim->disconnect_channel */
|
|
||||||
|
|
||||||
mutex_lock(&c->stop_task_mutex);
|
mutex_lock(&c->stop_task_mutex);
|
||||||
if (c->hdm_enqueue_task)
|
if (c->hdm_enqueue_task)
|
||||||
kthread_stop(c->hdm_enqueue_task);
|
kthread_stop(c->hdm_enqueue_task);
|
||||||
|
|
Loading…
Add table
Reference in a new issue