]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd25b9e3a1df38bbbc31e1cd9365c33cea08a5b14
treed2f24eeb2d132cc81a9a05fe81bcf83254f1db45
parenta76d887f035f64d7d5ce5cadde2e64936b16b38d
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