Shuah Khan
29b79c4588
UPSTREAM: dtc: check.c fix compile error
...
Fix the following compile error found on odroid-xu4:
checks.c: In function ‘check_simple_bus_reg’:
checks.c:876:41: error: format ‘%lx’ expects argument of type
‘long unsigned int’, but argument 4 has type
‘uint64_t{aka long long unsigned int}’ [-Werror=format=]
snprintf(unit_addr, sizeof(unit_addr), "%lx", reg);
^
checks.c:876:41: error: format ‘%lx’ expects argument of type
‘long unsigned int’, but argument 4 has type
‘uint64_t {aka long long unsigned int}’ [-Werror=format=]
cc1: all warnings being treated as errors
Makefile:304: recipe for target 'checks.o' failed
make: *** [checks.o] Error 1
Change-Id: I08896cc9ecd828822ba9bd8e1b6d382faf7cd95d
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com >
[dwg: Correct new format to be correct in general]
Signed-off-by: David Gibson <david@gibson.dropbear.id.au >
[robh: cherry-picked from upstream dtc commit 2a42b14d0d03]
Signed-off-by: Rob Herring <robh@kernel.org >
Signed-off-by: Tao Huang <huangtao@rock-chips.com >
(cherry picked from commit 828d4cdd01 )
2018-03-28 19:51:34 +08:00
..
2015-08-24 16:36:08 +02:00
2017-07-12 21:17:10 +08:00
2018-03-28 19:51:34 +08:00
2015-06-30 19:44:58 -07:00
2018-02-25 11:03:51 +01:00
2017-01-09 08:07:53 +01:00
2005-04-16 15:20:36 -07:00
2018-03-05 20:20:17 +05:30
2017-12-16 10:33:54 +01:00
2015-07-13 13:32:00 -04:00
2014-08-20 16:03:45 +02:00
2015-09-28 01:31:48 -06:00
2014-08-09 02:47:58 +02:00
2015-08-07 16:26:13 +01:00
2016-02-25 12:01:22 -08:00
2012-08-17 19:17:19 +08:00
2014-08-20 16:03:45 +02:00
2015-04-13 21:03:02 +09:30
2015-09-28 01:31:48 -06:00
2010-03-07 21:19:57 +01:00
2015-08-03 17:16:58 -07:00
2017-07-22 12:02:06 +08:00
2014-10-07 21:16:26 -04:00
2015-06-04 07:37:37 +02:00
2011-04-29 15:38:55 +02:00
2007-07-16 21:15:50 +02:00
2007-07-16 21:15:50 +02:00
2015-10-26 21:32:09 +01:00
2014-06-10 00:04:06 +02:00
2014-04-30 17:34:32 +02:00
2015-09-04 16:54:41 -07:00
2013-04-29 15:54:27 -07:00
2013-02-22 11:52:31 +01:00
2015-02-16 17:56:04 -08:00
2014-06-10 14:00:53 +02:00
2014-08-20 16:03:45 +02:00
2015-09-25 16:31:45 +01:00
2015-04-15 14:01:12 +02:00
2015-10-21 15:18:36 +01:00
2015-10-21 15:18:36 +01:00
2011-08-31 16:12:17 +02:00
2015-11-11 15:57:28 +08:00
2014-08-20 16:03:45 +02:00
2014-08-20 16:03:45 +02:00
2017-06-27 17:01:50 +08:00
2014-08-20 16:03:45 +02:00
2016-11-26 09:54:52 +01:00
2014-08-20 16:03:45 +02:00
2015-11-06 17:50:42 -08:00
2012-06-27 12:44:29 -07:00
2010-03-23 12:26:38 +01:00
2014-08-20 16:03:45 +02:00
2015-11-11 15:57:28 +08:00
2014-12-20 00:01:12 +01:00
2015-11-11 15:57:28 +08:00
2017-11-20 21:15:59 +05:30
2018-02-25 11:03:39 +01:00
2015-08-16 22:11:16 -06:00
2016-03-16 08:43:01 -07:00
2015-09-04 16:54:41 -07:00
2016-03-03 15:07:12 -08:00
2015-09-28 01:31:48 -06:00
2014-06-10 00:04:06 +02:00
2018-02-01 12:02:38 +08:00
2016-02-16 13:54:20 -08:00
2015-04-02 16:42:08 +02:00
2017-11-20 21:15:59 +05:30
2015-04-02 16:42:08 +02:00
2015-11-11 15:57:28 +08:00
2010-06-12 00:00:29 +02:00
2014-08-19 10:26:20 +02:00
2015-10-12 17:46:36 +01:00
2018-03-28 19:51:34 +08:00
2010-06-10 12:23:08 +02:00
2016-02-16 13:54:19 -08:00
2015-10-06 10:46:21 +10:30
2014-08-27 21:54:11 +09:30
2007-10-15 22:25:06 +02:00
2014-08-20 16:03:45 +02:00
2018-03-22 15:19:30 +08:00
2014-04-30 17:34:32 +02:00
2015-11-21 21:22:50 +08:00
2014-08-20 16:03:45 +02:00
2015-06-23 13:35:47 +09:00
2011-01-07 14:31:01 +01:00
2005-04-16 15:20:36 -07:00
2017-12-16 10:33:51 +01:00
2010-10-28 00:59:56 +02:00
2014-06-10 14:59:33 +02:00
2014-04-30 17:34:32 +02:00
2014-06-10 00:04:06 +02:00
2014-08-20 16:03:45 +02:00
2016-08-20 18:09:23 +02:00
2015-11-11 15:57:28 +08:00
2016-01-31 11:29:03 -08:00
2015-11-21 21:22:50 +08:00
2014-01-03 14:48:42 +01:00
2014-06-10 00:04:06 +02:00
2015-09-25 16:31:46 +01:00
2016-10-31 19:56:26 -06:00
2015-11-11 15:57:28 +08:00
2015-09-04 16:54:41 -07:00
2015-08-28 17:04:40 +02:00
2015-08-28 17:04:40 +02:00
2015-10-13 13:53:57 +02:00
2011-01-22 15:50:59 +01:00
2015-10-17 21:55:26 -07:00
2015-03-16 14:49:13 +00:00
2014-08-20 16:03:45 +02:00