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

2015-05-10 Thread Kuninori Morimoto
Hi Ulf > > Kuninori Morimoto (2): > > mmc: cast u8 to unsigned long long to avoid unexpected error > > mmc: cast unsigned int to typeof(sector_t) to avoid unexpected error (snip) > Please run another round of checkpatch for these. Thank you. will do in v2 -- To unsubscribe from this

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

2015-05-04 Thread Ulf Hansson
On 14 April 2015 at 06:06, Kuninori Morimoto wrote: > Hi Ulf > > These are non RFC version 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.

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

2015-04-13 Thread Kuninori Morimoto
Hi Ulf These are non RFC version 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 la