Sergei Trofimovich 42498ee672 ia64: fix format strings for err_inject
[ Upstream commit 95d44a470a6814207d52dd6312203b0f4ef12710 ]

Fix warning with %lx / u64 mismatch:

  arch/ia64/kernel/err_inject.c: In function 'show_resources':
  arch/ia64/kernel/err_inject.c:62:22: warning:
    format '%lx' expects argument of type 'long unsigned int',
    but argument 3 has type 'u64' {aka 'long long unsigned int'}
     62 |  return sprintf(buf, "%lx", name[cpu]);   \
        |                      ^~~~~~~

Link: https://lkml.kernel.org/r/20210313104312.1548232-1-slyfox@gentoo.org
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2021-04-10 13:36:10 +02:00
..
2019-07-15 09:20:25 -03:00
2010-03-03 11:25:59 +01:00
2020-09-11 09:34:32 -07:00
2020-10-18 09:27:09 -07:00
2019-08-16 14:32:26 -07:00
2020-08-10 19:07:44 -07:00
2020-09-11 09:34:32 -07:00
2019-08-16 11:33:57 -07:00
2019-08-16 11:33:57 -07:00