Sam Protsenko
97f3c09706
cmd: avb: Fix compiler warnings
...
When building U-Boot with AVB enabled, compiler shows next warnings:
cmd/avb.c: In function 'do_avb_read_pvalue':
cmd/avb.c:371:18: warning: format '%ld' expects argument of type
'long int', but argument 2 has type 'size_t'
{aka 'unsigned int'} [-Wformat=]
printf("Read %ld bytes, value = %s\n", bytes_read,
~~^ ~~~~~~~~~~
%d
cmd/avb.c: In function 'do_avb_write_pvalue':
cmd/avb.c:404:19: warning: format '%ld' expects argument of type
'long int', but argument 2 has type '__kernel_size_t'
{aka 'unsigned int'} [-Wformat=]
printf("Wrote %ld bytes\n", strlen(value) + 1);
~~^ ~~~~~~~~~~~~~~~~~
%d
Fix those by using "%zu" specified.
Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org>
Reviewed-by: Igor Opaniuk <igor.opaniuk@gmail.com>
2019-08-07 15:31:04 -04:00
..
2019-04-22 12:06:39 -04:00
2018-05-07 09:34:12 -04:00
2019-04-22 12:06:39 -04:00
2018-05-07 09:34:12 -04:00
2019-04-22 12:06:39 -04:00
2017-02-08 15:56:28 -05:00
2019-07-24 13:16:29 -04:00
2019-01-15 15:28:54 -05:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2019-08-07 15:31:04 -04:00
2018-08-11 09:16:08 +02:00
2019-07-24 13:16:29 -04:00
2019-07-30 12:57:01 +02:00
2017-07-03 17:35:28 -04:00
2018-08-21 16:21:37 +02:00
2019-05-21 07:52:34 +02:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2019-02-15 12:48:02 +01:00
2018-05-07 09:34:12 -04:00
2018-05-23 17:30:05 -04:00
2019-07-16 22:17:19 +00:00
2019-05-09 16:47:52 +08:00
2019-07-11 14:11:18 -04:00
2019-08-02 11:19:14 -04:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2019-07-29 09:32:13 -04:00
2018-12-31 09:42:41 +08:00
2019-05-04 19:26:49 +02:00
2018-12-04 19:44:57 +01:00
2018-05-07 09:34:12 -04:00
2018-09-25 21:49:18 -04:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2018-10-09 04:40:27 -06:00
2018-05-07 09:34:12 -04:00
2019-02-19 08:55:43 -05:00
2018-05-07 09:34:12 -04:00
2019-04-21 10:26:51 +02:00
2018-05-07 09:34:12 -04:00
2019-07-11 14:11:18 -04:00
2018-12-15 11:49:19 -05:00
2019-01-15 15:28:54 -05:00
2018-05-07 09:34:12 -04:00
2019-07-19 20:14:50 +02:00
2018-08-21 00:04:24 +02:00
2019-07-30 21:36:22 +02:00
2019-02-19 08:55:43 -05:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2019-03-16 13:29:43 +01:00
2018-09-23 21:55:30 +02:00
2019-07-11 14:11:18 -04:00
2018-11-29 09:30:05 -07:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2019-07-30 10:20:06 +02:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2019-06-20 22:26:20 +00:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2019-02-20 15:25:28 +08:00
2019-05-02 18:17:50 +02:00
2018-05-07 09:34:12 -04:00
2019-07-29 09:32:09 -04:00
2018-11-26 08:25:35 -05:00
2018-12-10 07:30:58 +01:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2018-06-18 14:02:04 -04:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2019-08-02 11:19:14 -04:00
2019-06-21 10:07:11 -04:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2019-07-24 13:16:29 -04:00
2018-05-07 09:34:12 -04:00
2019-07-18 16:37:13 -05:00
2019-07-18 11:31:27 -04:00
2018-05-07 09:34:12 -04:00
2019-07-15 13:32:25 -05:00
2018-05-07 09:34:12 -04:00
2019-05-04 19:26:49 +02:00
2018-05-07 09:34:12 -04:00
2019-01-18 13:40:34 -05:00
2018-09-20 20:11:01 +05:30
2019-07-11 14:11:18 -04:00
2018-07-26 14:08:20 -05:00
2019-06-04 23:56:14 +02:00
2019-07-18 11:31:25 -04:00
2018-05-07 09:34:12 -04:00
2016-10-06 20:57:42 -04:00
2018-09-28 18:27:33 +02:00
2019-07-24 13:16:29 -04:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2019-07-12 11:50:57 +02:00
2018-05-18 08:27:26 +02:00
2019-05-05 08:48:50 -04:00
2018-05-07 09:34:12 -04:00
2017-08-20 09:54:30 -04:00
2018-05-07 09:34:12 -04:00
2018-06-07 20:06:29 -04:00
2018-05-07 09:34:12 -04:00
2019-07-26 21:49:24 -04:00
2019-05-01 00:00:05 +02:00
2019-02-09 07:51:00 -05:00
2018-11-26 08:25:37 -05:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2019-04-12 11:54:50 +05:30
2018-05-07 09:34:12 -04:00
2018-05-08 09:07:35 -04:00
2018-12-13 16:36:41 -07:00
2019-07-11 14:11:18 -04:00
2019-03-25 17:36:53 -04:00
2018-05-07 09:34:12 -04:00
2016-01-25 10:39:43 -05:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2019-03-08 11:31:44 -05:00
2018-05-07 09:34:12 -04:00
2018-11-29 09:30:06 -07:00
2018-11-29 09:30:06 -07:00
2018-05-25 20:12:55 -04:00
2018-11-29 09:30:06 -07:00
2019-01-15 15:28:44 -05:00
2019-07-10 16:52:58 -06:00
2018-05-07 09:34:12 -04:00
2019-01-15 15:28:44 -05:00
2018-09-28 20:22:32 -04:00
2018-05-07 09:34:12 -04:00
2019-01-15 15:28:44 -05:00
2019-06-14 12:39:50 +02:00
2019-04-21 10:26:52 +02:00
2019-04-09 13:11:45 +02:00
2018-05-07 09:34:12 -04:00
2018-11-14 09:16:27 -08:00
2018-09-28 20:22:36 -04:00
2019-04-12 07:04:18 +02:00
2018-07-02 14:14:20 -05:00
2019-07-11 14:11:18 -04:00
2016-01-25 10:39:43 -05:00
2018-05-07 09:34:12 -04:00
2019-01-15 15:28:44 -05:00