]> 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)
commit9e793bb597f01a4da0c223a1436023227cbcf410
treeb3ac21b8cfd269cc318627c2322f13d9eb613347
parente64b86df730d25f62fb29f84b530ae597de4f191
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