Re: [PATCH v6 0001/0003] mmc: Move code that manages user area and gp partitions into functions

2014-09-17 Thread Ulf Hansson
On 15 September 2014 17:47, Grégory Soutadé wrote: > Move code that manages user area and general purpose > partitions into functions. > > Signed-off-by: Grégory Soutadé Thanks! Applied for next. Kind regards Uffe > --- > drivers/mmc/core/mmc.c | 162 > ++---

[PATCH v6 0001/0003] mmc: Move code that manages user area and gp partitions into functions

2014-09-15 Thread Grégory Soutadé
Move code that manages user area and general purpose partitions into functions. Signed-off-by: Grégory Soutadé --- drivers/mmc/core/mmc.c | 162 ++-- 1 file changed, 89 insertions(+), 73 deletions(-) diff --git a/drivers/mmc/core/mmc.c b/drivers/mmc