commit | 6e7cca2790a54057ddf64da7843271e192f71ca0 | [log] [tgz] |
---|---|---|
author | Hans Verkuil <hverkuil-cisco@xs4all.nl> | Wed Jan 20 09:42:38 2021 +0100 |
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | Wed Jan 27 08:33:30 2021 +0100 |
tree | ea2c70837b3eaa1d721745f00f18ff59129317d1 | |
parent | fec9b0e8491649386559dc154c113f569f908e6e [diff] |
media: i2c/ov8865.c: fix error checks using wrong variable Fix two typos: dvdd -> dovdd and dvdd -> avdd Both clearly copy-and-paste mistakes. Fixes this smatch warning: drivers/media/i2c/ov8865.c:2852 ov8865_probe() warn: passing zero to 'PTR_ERR' Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Reported-by: kernel test robot <lkp@intel.com> Reported-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>