diff options
author | Ben Dooks (Codethink) <ben.dooks@codethink.co.uk> | 2019-10-11 15:56:58 +0300 |
---|---|---|
committer | Russell King <rmk+kernel@armlinux.org.uk> | 2019-10-31 19:58:54 +0300 |
commit | 3b129524080bcb1bdcd9a7f66dbcf5bea899a291 (patch) | |
tree | 40572c292825fe2dd4a4e3e48bb034dfdab2e32a /tools/perf/scripts/python | |
parent | 83dc1d99429af7d73225294f216a510ba6f58e45 (diff) | |
download | linux-3b129524080bcb1bdcd9a7f66dbcf5bea899a291.tar.xz |
ARM: 8922/1: parse_dt_topology() rate is pointer to __be32
The rate pointer in parse_dt_topology is a pointer to a
__be32, not a u32. This fixes the following sparse warning:
arch/arm/kernel/topology.c:128:43: warning: incorrect type in argument 1 (different base types)
arch/arm/kernel/topology.c:128:43: expected restricted __be32 const [usertype] *p
arch/arm/kernel/topology.c:128:43: got unsigned int const [usertype] *[assigned] rate
Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions