diff options
| author | Geert Uytterhoeven <[email protected]> | 2017-10-04 14:08:24 +0200 |
|---|---|---|
| committer | Jonathan Cameron <[email protected]> | 2017-10-09 20:50:43 +0100 |
| commit | 2a35734564bd2dc4f73c9e230ff55892290a130f (patch) | |
| tree | 4f62be67d37cddbf7624287f9e95746b7f993aeb /tools/perf/scripts/python | |
| parent | 68c91e7a4009af758ef144a077d80db1499a7350 (diff) | |
iio: adc: rcar-gyroadc: Cast pointer to uintptr_t to fix warning on 64-bit
On 64-bit:
drivers/iio/adc/rcar-gyroadc.c: In function 'rcar_gyroadc_parse_subdevs':
drivers/iio/adc/rcar-gyroadc.c:352:15: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
childmode = (unsigned int)of_id->data;
^
Cast the pointer to uintptr_t instead of unsigned int to fix this.
Signed-off-by: Geert Uytterhoeven <[email protected]>
Reviewed-by: Simon Horman <[email protected]>
Signed-off-by: Jonathan Cameron <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions