Re: [U-Boot] [PATCH 1/2] mmc: add boundary check for mmc operation

2010-09-13 Thread Wolfgang Denk
Dear Lei Wen, when posting new versions of patches, please always 1) make sure the messages are properly threaded, i. e. make sure to provide proper references to the previous postings; "git send-email" asks for the message ID. 2) show in the Subject that tthios is a new version of the patc

[U-Boot] [PATCH 1/2] mmc: add boundary check for mmc operation

2010-09-13 Thread Lei Wen
Signed-off-by: Lei Wen --- drivers/mmc/mmc.c | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/drivers/mmc/mmc.c b/drivers/mmc/mmc.c index cf4ea16..42638f6 100644 --- a/drivers/mmc/mmc.c +++ b/drivers/mmc/mmc.c @@ -92,6 +92,11 @@ mmc_bwrite(int dev_num, ulong star

Re: [U-Boot] [PATCH 1/2] mmc: add boundary check for mmc operation

2010-09-13 Thread Lei Wen
On Mon, Sep 13, 2010 at 4:52 PM, Sergei Shtylyov wrote: > Hello. > > On 13-09-2010 8:06, Lei Wen wrote: > >> Signed-off-by: Lei Wen >> --- >>  drivers/mmc/mmc.c |   10 ++ >>  1 files changed, 10 insertions(+), 0 deletions(-) > >> diff --git a/drivers/mmc/mmc.c b/drivers/mmc/mmc.c >> index

Re: [U-Boot] [PATCH 1/2] mmc: add boundary check for mmc operation

2010-09-13 Thread Sergei Shtylyov
Hello. On 13-09-2010 8:06, Lei Wen wrote: > Signed-off-by: Lei Wen > --- > drivers/mmc/mmc.c | 10 ++ > 1 files changed, 10 insertions(+), 0 deletions(-) > diff --git a/drivers/mmc/mmc.c b/drivers/mmc/mmc.c > index cf4ea16..5ff1c54 100644 > --- a/drivers/mmc/mmc.c > +++ b/drivers/mm

[U-Boot] [PATCH 1/2] mmc: add boundary check for mmc operation

2010-09-12 Thread Lei Wen
Signed-off-by: Lei Wen --- drivers/mmc/mmc.c | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/drivers/mmc/mmc.c b/drivers/mmc/mmc.c index cf4ea16..5ff1c54 100644 --- a/drivers/mmc/mmc.c +++ b/drivers/mmc/mmc.c @@ -92,6 +92,11 @@ mmc_bwrite(int dev_num, ulong sta