diff options
author | Bjorn Andersson <[email protected]> | 2017-11-30 21:16:56 -0800 |
---|---|---|
committer | Lee Jones <[email protected]> | 2017-12-01 08:57:42 +0000 |
commit | 8f52df50d9366f770a894d14ef724e5e04574e98 (patch) | |
tree | 91071d5f0b1f2bb4c1f476c7e0b362784f1e4b1d /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323 (diff) |
leds: pm8058: Silence pointer to integer size warning
The pointer returned by of_device_get_match_data() doesn't have the same
size as u32 on 64-bit architectures, causing a compile warning when
compile-testing the driver on such platform.
Cast the return value of of_device_get_match_data() to unsigned long and
then to u32 to silence this warning.
Fixes: 7f866986e705 ("leds: add PM8058 LEDs driver")
Signed-off-by: Bjorn Andersson <[email protected]>
Reviewed-by: Linus Walleij <[email protected]>
Acked-by: Pavel Machek <[email protected]>
Signed-off-by: Lee Jones <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions