]> git.baikalelectronics.ru Git - kernel.git/commit
staging: most: remove code to destroy channel
authorChristian Gromm <christian.gromm@microchip.com>
Tue, 22 Dec 2015 09:52:58 +0000 (10:52 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 8 Feb 2016 01:34:58 +0000 (17:34 -0800)
commite177029b7111731eb1a6bea73a2821f794ba46ec
treeb3ac21b8cfd269cc318627c2322f13d9eb613347
parentc01436b8b77e9bae05d12bfeb72561643def0612
staging: most: remove code to destroy channel

This patch removes unnecessary code to destroy channel objects. It is
needed, because function most_stop_channel, which is indirectly
triggered by function most_deregister_interface, already destroys the
channels.

Signed-off-by: Christian Gromm <christian.gromm@microchip.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/most/mostcore/core.c