Re: [U-Boot-Users] [PATCH] [PATCH] Fix usb part command

2008-07-10 Thread Markus Klotzbücher
Wolfgang Denk [EMAIL PROTECTED] writes: In message [EMAIL PROTECTED] you wrote: From: Christian Eggers [EMAIL PROTECTED] Only print partition for selected device if user supplied the dev arg with the usb part [dev] command. What is the rationale of this modification, i. e. which bug are

Re: [U-Boot-Users] [PATCH] [PATCH] Fix usb part command

2008-07-10 Thread Markus Klotzbücher
Christian Eggers [EMAIL PROTECTED] writes: From: Christian Eggers [EMAIL PROTECTED] Only print partition for selected device if user supplied the dev arg with the usb part [dev] command. Signed-off-by: Christian Eggers [EMAIL PROTECTED] Acked-by: Markus Klotzbuecher [EMAIL PROTECTED]

Re: [U-Boot-Users] [PATCH] [PATCH] Fix usb part command

2008-07-10 Thread Wolfgang Denk
In message [EMAIL PROTECTED] you wrote: Christian Eggers [EMAIL PROTECTED] writes: From: Christian Eggers [EMAIL PROTECTED] Only print partition for selected device if user supplied the dev arg with the usb part [dev] command. Signed-off-by: Christian Eggers [EMAIL PROTECTED]

Re: [U-Boot-Users] [PATCH] [PATCH] Fix usb part command

2008-07-10 Thread Wolfgang Denk
In message [EMAIL PROTECTED] you wrote: Only print partition for selected device if user supplied the dev arg with the usb part [dev] command. What is the rationale of this modification, i. e. which bug are you fixing? I think this fix is correct. If I do I see. Thanks. Best

Re: [U-Boot-Users] [PATCH] [PATCH] Fix usb part command

2008-07-10 Thread Wolfgang Denk
In message [EMAIL PROTECTED] you wrote: From: Christian Eggers [EMAIL PROTECTED] Only print partition for selected device if user supplied the dev arg with the usb part [dev] command. Signed-off-by: Christian Eggers [EMAIL PROTECTED] --- common/cmd_usb.c | 19 +++ 1

Re: [U-Boot-Users] [PATCH] [PATCH] Fix usb part command

2008-07-09 Thread Wolfgang Denk
In message [EMAIL PROTECTED] you wrote: From: Christian Eggers [EMAIL PROTECTED] Only print partition for selected device if user supplied the dev arg with the usb part [dev] command. What is the rationale of this modification, i. e. which bug are you fixing? I think current behaviour is

[U-Boot-Users] [PATCH] [PATCH] Fix usb part command

2008-06-27 Thread Christian Eggers
From: Christian Eggers [EMAIL PROTECTED] Only print partition for selected device if user supplied the dev arg with the usb part [dev] command. Signed-off-by: Christian Eggers [EMAIL PROTECTED] --- common/cmd_usb.c | 19 +++ 1 files changed, 15 insertions(+), 4 deletions(-)