[PATCH 17/28] staging: most: remove code to destroy channel

2015-12-22 Thread Christian Gromm
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 --- This patch has

[PATCH 17/28] staging: most: remove code to destroy channel

2015-11-18 Thread Christian Gromm
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 ---