Hans Verkuil
7124ae48f2
media: s5k5baf: drop 'data' field in struct s5k5baf_fw
...
struct s5k5baf_fw ends with this:
struct {
u16 id;
u16 offset;
} seq[0];
u16 data[];
};
which is rather confusing and can cause gcc warnings:
s5k5baf.c: In function 's5k5baf_load_setfile.isra':
s5k5baf.c:390:13: warning: array subscript 65535 is outside the bounds of an interior zero-length array 'struct <anonymous>[0]' [-Wzero-length-bounds]
390 | if (f->seq[i].offset + d <= end)
| ~~~~~~^~~
It turns out that 'data[]' is used in only one place and it can
easily be replaced by &fw->seq[0].id and 'seq[0]' can be replaced by
'seq[]'.
This is both more readable and solved that warnings.
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Cc: Kyungmin Park <kyungmin.park@samsung.com>
Cc: Sylwester Nawrocki <snawrocki@kernel.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
2020-10-08 14:13:28 +02:00
..
2020-08-18 15:52:34 +02:00
2020-09-03 16:18:55 +02:00
2020-04-14 10:29:05 +02:00
2020-09-01 14:13:27 +02:00
2020-08-29 08:35:27 +02:00
2020-08-29 08:35:27 +02:00
2019-10-24 18:44:49 -03:00
2019-08-13 11:45:04 -03:00
2019-05-30 11:26:41 -07:00
2019-05-30 11:26:37 -07:00
2019-05-30 11:26:37 -07:00
2020-08-29 08:35:27 +02:00
2019-05-30 11:26:41 -07:00
2019-05-30 11:26:41 -07:00
2014-09-21 20:12:13 -03:00
2019-08-13 11:54:04 -03:00
2018-01-04 13:12:01 -05:00
2020-08-29 08:35:27 +02:00
2019-12-16 10:23:58 +01:00
2019-10-24 18:33:18 -03:00
2019-07-09 09:47:22 -07:00
2018-07-04 07:13:34 -04:00
2019-05-30 11:26:41 -07:00
2019-05-30 11:26:41 -07:00
2019-11-05 09:01:17 -03:00
2019-05-30 11:26:37 -07:00
2019-05-24 17:36:45 +02:00
2019-05-30 11:26:37 -07:00
2019-05-30 11:26:37 -07:00
2019-05-30 11:26:37 -07:00
2019-01-16 13:34:01 -05:00
2020-07-19 14:11:00 +02:00
2020-09-10 14:20:39 +02:00
2019-11-05 09:12:49 -03:00
2020-05-25 18:59:59 -06:00
2020-08-29 08:03:19 +02:00
2020-09-10 14:20:39 +02:00
2020-09-01 14:13:27 +02:00
2020-07-19 14:08:30 +02:00
2018-12-05 06:34:26 -05:00
2018-12-05 06:34:26 -05:00
2019-08-14 05:05:10 -03:00
2020-09-07 16:13:06 +02:00
2019-05-30 11:26:37 -07:00
2019-05-30 11:26:37 -07:00
2019-05-30 11:26:41 -07:00
2019-10-24 18:41:31 -03:00
2019-05-30 11:26:37 -07:00
2020-07-19 14:15:42 +02:00
2020-04-14 10:36:50 +02:00
2019-11-10 17:47:14 +01:00
2020-07-19 14:15:42 +02:00
2020-07-19 14:15:42 +02:00
2020-09-10 14:27:46 +02:00
2020-08-18 15:35:54 +02:00
2019-05-30 11:26:37 -07:00
2018-09-17 13:16:19 -04:00
2020-08-29 08:35:27 +02:00
2020-08-18 15:35:54 +02:00
2019-05-30 11:26:41 -07:00
2020-08-18 15:35:54 +02:00
2019-07-09 09:47:22 -07:00
2019-06-19 17:09:55 +02:00
2019-03-01 09:29:58 -05:00
2018-02-22 12:27:35 -05:00
2020-01-04 08:09:59 +01:00
2020-01-23 15:48:05 +01:00
2019-05-30 11:26:32 -07:00
2019-08-13 11:54:04 -03:00
2019-08-13 11:54:04 -03:00
2019-10-01 17:39:16 -03:00
2019-07-25 06:44:39 -04:00
2019-06-21 17:52:50 -04:00
2020-09-01 14:13:26 +02:00
2020-09-10 14:24:33 +02:00
2019-08-15 08:08:07 -03:00
2019-08-13 11:54:04 -03:00
2020-05-18 15:36:37 +02:00
2020-09-01 14:13:27 +02:00
2020-03-12 17:20:19 +01:00
2020-08-29 08:35:27 +02:00
2018-10-04 16:06:15 -04:00
2019-05-30 11:26:41 -07:00
2019-07-23 08:55:36 -04:00
2020-09-01 14:13:27 +02:00
2020-09-10 14:29:35 +02:00
2020-08-29 08:35:27 +02:00
2019-01-16 13:30:44 -05:00
2019-08-26 14:05:09 -03:00
2020-05-18 15:36:58 +02:00
2020-07-19 14:15:42 +02:00
2018-10-03 11:58:24 -04:00
2019-05-30 11:26:32 -07:00
2020-10-08 14:13:28 +02:00
2020-06-23 13:18:25 +02:00
2019-05-30 11:26:32 -07:00
2019-11-10 17:47:14 +01:00
2019-05-30 11:26:37 -07:00
2019-05-24 17:36:45 +02:00
2019-05-24 17:36:46 +02:00
2019-05-30 11:26:37 -07:00
2019-03-01 09:29:58 -05:00
2019-05-30 11:26:37 -07:00
2019-05-30 11:26:37 -07:00
2019-05-30 11:26:41 -07:00
2019-05-30 11:26:41 -07:00
2019-05-30 11:26:41 -07:00
2019-05-30 11:26:32 -07:00
2019-10-24 18:48:35 -03:00
2018-02-14 13:16:31 -05:00
2020-09-26 10:25:51 +02:00
2019-11-10 17:47:14 +01:00
2020-08-29 08:35:27 +02:00
2019-06-12 11:42:27 -04:00
2019-05-24 17:36:45 +02:00
2019-05-24 17:36:46 +02:00
2017-11-02 11:10:55 +01:00
2019-05-24 17:36:45 +02:00
2017-11-02 11:10:55 +01:00
2018-01-04 13:15:05 -05:00
2019-08-13 11:54:04 -03:00
2019-05-30 11:26:37 -07:00
2019-03-01 09:29:58 -05:00
2019-06-19 17:09:52 +02:00
2019-06-19 17:09:52 +02:00
2019-11-10 17:47:14 +01:00
2020-08-29 08:35:27 +02:00
2019-05-30 11:26:37 -07:00
2019-08-13 11:54:04 -03:00
2019-05-30 11:26:41 -07:00
2019-05-30 11:26:41 -07:00
2019-05-30 11:26:41 -07:00
2019-06-24 11:17:03 -04:00
2019-05-30 11:26:41 -07:00
2019-05-30 11:26:37 -07:00
2019-05-30 11:26:37 -07:00
2020-03-24 17:11:27 +01:00
2019-05-30 11:26:37 -07:00
2019-11-05 08:48:55 -03:00
2019-05-30 11:26:41 -07:00
2019-05-30 11:26:41 -07:00
2019-05-30 11:26:37 -07:00
2019-05-30 11:26:37 -07:00