diff options
author | Marco Felsch <m.felsch@pengutronix.de> | 2018-06-28 12:20:34 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-10-05 12:30:07 +0200 |
commit | b0ff6664804ad6013b726252837ed38146b8a7e1 (patch) | |
tree | 848609354db34578554efaa87568870cea099240 /sound | |
parent | c58ff323931ffb8b1ae423392dce7c21c7f2bfba (diff) | |
download | linux-stable-b0ff6664804ad6013b726252837ed38146b8a7e1.tar.gz linux-stable-b0ff6664804ad6013b726252837ed38146b8a7e1.tar.bz2 linux-stable-b0ff6664804ad6013b726252837ed38146b8a7e1.zip |
media: tvp5150: fix switch exit in set control handler
commit 2d29bcc8c237874795175b2930fa9a45a115175a upstream.
The function only consists of a single switch case block without a
default case. Unsupported control requests are indicated by the -EINVAL
return code trough the last return statement at the end of the function. So
exiting just the switch case block returns the -EINVAL error code but the
hue control is supported and a zero should be returned instead.
Replace the break by a 'return 0' to fix this behaviour.
Fixes: d183e4efcae8 ("[media] v4l: tvp5150: Add missing break in set
control handler")
Signed-off-by: Marco Felsch <m.felsch@pengutronix.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'sound')
0 files changed, 0 insertions, 0 deletions