diff options
| author | Arnd Bergmann <arnd@arndb.de> | 2015-01-13 17:23:52 +0300 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2015-01-14 00:56:40 +0300 |
| commit | adedf37b5908de05256913875f1041e838994b49 (patch) | |
| tree | 3336e9465ffe92e56cf4e29d06a7992d85f91d55 /tools/perf/scripts/python/check-perf-trace.py | |
| parent | 06640310b43c9b3185629e2b919c0800486b0d8e (diff) | |
| download | linux-adedf37b5908de05256913875f1041e838994b49.tar.xz | |
rocker: fix harmless warning on 32-bit machines
The rocker driver tries to assign a pointer to a 64-bit integer
and then back to a pointer. This is safe on all architectures,
but causes a compiler warning when pointers are shorter than
64-bit:
rocker/rocker.c: In function 'rocker_desc_cookie_ptr_get':
rocker/rocker.c:809:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
return (void *) desc_info->desc->cookie;
^
This adds another cast to uintptr_t to tell the compiler
that it's safe.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Jiri Pirko <jiri@resnulli.us>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions
