staging: most: core: rename function
authorChristian Gromm <christian.gromm@microchip.com>
Tue, 21 Nov 2017 14:04:55 +0000 (15:04 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 27 Nov 2017 08:20:35 +0000 (09:20 +0100)
commitec0c2f62ab8cebde7dbe8a3a4780dee280f1a98c
tree805e77029513bc8865c0abd8baa06d67e3318bac
parent3d6eb1d238ee981d2881c8478ed5bd3e948c1eb0
staging: most: core: rename function

The core module used to have two functions to find a certain
channel. One by name and one by interface. Since no channel is
searched by its interface name anymore the by_name suffix is
rendered redundant. This patch renames the function accordingly.

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