
25 Mar
2015
25 Mar
'15
12:49 p.m.
On Friday, March 20, 2015 at 12:41:24 PM, Thierry Reding wrote:
From: Thierry Reding treding@nvidia.com
Fix a slew of pointer to integer cast size mismatch warnings caused by this driver explicitly casting pointers to 32-bit integers. While it is true that the hardware can only deal with 32-bit addresses, truncating using a cast isn't the right solution because the pointer could still be outside of the space addressable using 32-bit addresses.
Cc: Ćukasz Majewski l.majewski@samsung.com Cc: Marek Vasut marex@denx.de Signed-off-by: Thierry Reding treding@nvidia.com
I'll be picking the one from Rob here.
Best regards, Marek Vasut