staging: most: change signature of function probe_channel
authorChristian Gromm <christian.gromm@microchip.com>
Wed, 3 Apr 2019 13:19:45 +0000 (15:19 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 16 Apr 2019 11:24:58 +0000 (13:24 +0200)
commitdfee92dd50464cbce3d3df2b1ca3eb6c39fb9467
treed2f24eeb2d132cc81a9a05fe81bcf83254f1db45
parent2bfde348879a3edc402544b2b432420b929cf959
staging: most: change signature of function probe_channel

This patch adds the param argument to the function parameter of
the call-back probe_channel. This parameter is needed to configure
the channels of an attached device.

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