Mauro Carvalho Chehab
83d019bbb0
media: staging: atomisp: remove an useless check
...
There's a check at ia_css_vf_configure() to verify if
binary is not null. However, this is called too late:
drivers/staging/media/atomisp/pci/atomisp2/css2400/isp/kernels/vf/vf_1.0/ia_css_vf.host.c:133 ia_css_vf_configure() warn: variable dereferenced before check 'binary' (see line 129)
This test is wrong, as this fuction is only called by
ia_css_binary_fill_info(), in a place that already assumes that
binary is not null, and checks with:
assert(binary != NULL);
So, remove the useless broken extra check.
Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com >
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com >
2018-04-04 07:36:28 -04:00
..
2018-04-03 10:45:39 -07:00
2018-02-16 11:16:38 +01:00
2018-04-03 17:42:25 -07:00
2018-04-01 19:49:34 -04:00
2018-03-13 18:16:38 +01:00
2018-04-03 11:46:38 -07:00
2018-03-13 18:47:47 +02:00
2018-03-09 08:36:36 -07:00
2018-04-01 21:43:02 +03:00
2018-03-16 20:44:12 +01:00
2018-04-03 12:25:44 -07:00
2018-03-19 09:27:37 -07:00
2018-04-02 20:20:12 -07:00
2018-04-03 10:45:39 -07:00
2018-03-29 13:06:08 +02:00
2018-03-31 23:37:33 -04:00
2018-02-26 12:32:29 -08:00
2018-03-22 10:51:35 +05:30
2018-02-19 10:50:49 +01:00
2018-04-02 20:20:12 -07:00
2018-04-02 17:46:37 -07:00
2018-04-02 20:20:12 -07:00
2018-04-02 16:50:39 -07:00
2018-02-15 18:44:03 +01:00
2018-03-19 16:31:07 +01:00
2018-03-06 09:52:59 -08:00
2018-02-15 14:31:28 -08:00
2018-03-29 16:07:22 +02:00
2018-04-02 20:20:12 -07:00
2018-04-03 12:38:19 -07:00
2018-03-10 16:28:05 +00:00
2018-04-01 19:49:34 -04:00
2018-04-03 17:16:59 -07:00
2018-04-02 17:18:45 -07:00
2018-04-02 20:20:12 -07:00
2018-04-03 14:04:18 -07:00
2018-03-20 20:28:00 +01:00
2018-03-19 10:22:59 +01:00
2018-03-29 23:31:32 -04:00
2018-04-04 06:27:28 -04:00
2018-02-23 10:56:59 -08:00
2018-04-03 12:06:21 -07:00
2018-04-03 12:17:25 -07:00
2018-03-29 19:29:06 +02:00
2018-04-03 15:51:22 -07:00
2018-03-21 15:12:07 -07:00
2018-03-08 10:39:58 -07:00
2018-04-03 14:04:18 -07:00
2018-03-27 18:52:22 +02:00
2018-03-27 18:52:21 +02:00
2018-04-02 20:20:12 -07:00
2018-04-03 10:45:39 -07:00
2018-03-19 20:37:35 +01:00
2018-03-12 15:11:59 +05:30
2018-04-03 12:20:54 -07:00
2018-04-02 10:58:13 +02:00
2018-04-03 12:10:01 -07:00
2018-03-19 00:02:24 +01:00
2018-03-26 15:57:08 +02:00
2018-03-28 10:33:53 +08:00
2018-03-26 15:56:31 +02:00
2018-04-03 15:51:22 -07:00
2018-04-01 20:07:00 -04:00
2018-04-01 19:49:34 -04:00
2018-03-23 11:31:58 -04:00
2018-04-03 12:06:21 -07:00
2018-03-13 18:48:29 +02:00
2018-04-04 07:36:28 -04:00
2018-04-02 21:22:12 -07:00
2018-04-03 14:04:18 -07:00
2018-03-21 22:50:19 -06:00
2018-04-01 19:49:34 -04:00
2018-04-03 15:48:04 -07:00
2018-03-01 18:53:38 +02:00
2018-04-02 20:20:12 -07:00
2018-03-20 10:01:56 +01:00
2018-03-19 10:26:46 +01:00