Re: [PATCH 0/2 v2] mmc: cast to avoid unexpected error

2015-05-11 Thread Ulf Hansson
On 11 May 2015 at 09:34, Kuninori Morimoto wrote: > Hi Ulf > > These are v2 of mmc data cast patches which were posted in > Subject: [PATCH 0/2][RFC] mmc: cast to avoid unexpected error > Date: Wed, 8 Apr 2015 07:32:35 + > > These 2 patches adds cast to avoid unexpected error. > It tries copy

[PATCH 0/2 v2] mmc: cast to avoid unexpected error

2015-05-11 Thread Kuninori Morimoto
Hi Ulf These are v2 of mmc data cast patches which were posted in Subject: [PATCH 0/2][RFC] mmc: cast to avoid unexpected error Date: Wed, 8 Apr 2015 07:32:35 + These 2 patches adds cast to avoid unexpected error. It tries copy to u64 without cast. The data will be 0xfff... if last bit was 1.