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)
commitb522e61fb6329b68e6da8f237f21fc83a1d8ace2
treeb3ac21b8cfd269cc318627c2322f13d9eb613347
parent9cda3007ab9c87d3977fc84e7db73e021ba048ac
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