commit | fec9b0e8491649386559dc154c113f569f908e6e | [log] [tgz] |
---|---|---|
author | Hans Verkuil <hverkuil-cisco@xs4all.nl> | Wed Jan 20 09:39:20 2021 +0100 |
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | Wed Jan 27 08:33:01 2021 +0100 |
tree | f141dbabd84ad9b00aa7cc82f23234b76bda193d | |
parent | 7692057d9cc5f534a47ce1fea6648bfed9f130f8 [diff] |
media: tuners/it913x.c: fix missing error code Fixes this smatch warning: drivers/media/tuners/it913x.c:65 it913x_init() warn: missing error code 'ret' Set ret to -EINVAL if the clock identifier was invalid. Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>