Skip to content
Commit 5c6fbd56 authored by Lee Jones's avatar Lee Jones
Browse files

mfd: tps65217: Naturalise cross-architecture discrepancies



If we compile the TPS65217 for a 64bit architecture we receive the following
warnings:

drivers/mfd/tps65217.c: In function ‘tps65217_probe’:
drivers/mfd/tps65217.c:173:13:
  warning: cast from pointer to integer of different size
   chip_id = (unsigned int)match->data;
             ^

Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent 7f8279ce
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment