Hans Verkuil c702e2f702 media: imx334: 'ret' is uninitialized, should have been PTR_ERR()
Fix this compiler warning:

drivers/media/i2c/imx334.c: In function 'imx334_parse_hw_config':
include/linux/dev_printk.h:112:2: warning: 'ret' may be used uninitialized in this function [-Wmaybe-uninitialized]
  112 |  _dev_err(dev, dev_fmt(fmt), ##__VA_ARGS__)
      |  ^~~~~~~~
drivers/media/i2c/imx334.c:783:6: note: 'ret' was declared here
  783 |  int ret;
      |      ^~~

Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
2021-02-09 15:14:02 +01:00
..
2021-02-01 10:03:45 +01:00
2021-02-01 10:03:45 +01:00
2021-01-29 13:50:06 -08:00
2020-12-18 12:38:28 -08:00
2021-01-28 09:14:58 -08:00
2021-01-14 20:56:56 +00:00
2020-12-16 16:38:41 -08:00
2020-12-24 12:18:11 -08:00
2021-01-31 11:57:37 -08:00
2020-12-07 10:08:14 +01:00
2020-12-15 16:06:14 -08:00
2020-12-02 22:35:44 +01:00
2021-01-01 12:58:07 -08:00
2021-01-12 21:23:55 +01:00
2021-01-05 15:50:36 -08:00
2020-12-09 19:26:02 -06:00
2021-01-29 13:50:06 -08:00
2020-12-16 13:34:31 -08:00
2020-12-25 20:17:40 -08:00
2020-12-15 22:50:12 +11:00
2020-12-19 11:51:32 -08:00
2020-12-16 16:38:41 -08:00
2020-12-16 16:38:41 -08:00
2021-01-30 16:39:36 -08:00
2021-01-25 12:53:48 +00:00
2020-12-10 10:45:36 +01:00
2021-01-30 17:42:42 -08:00
2020-12-20 10:44:05 -08:00
2021-01-05 13:30:28 -08:00
2020-12-18 12:38:28 -08:00
2020-12-09 19:44:34 +01:00
2020-12-23 15:01:49 -08:00
2021-01-28 10:08:08 -08:00