Re: [U-Boot] [PATCH] Partition support: remove newline from partition name

2009-08-09 Thread Wolfgang Denk
In message <1248813339-16796-1-git-send-email...@denx.de> I wrote: > Remove bogus newline character that got added to the .name field of > the disk_partition_t structure. > > Signed-off-by: Wolfgang Denk > --- > disk/part_dos.c | 15 ++- > disk/part_efi.c |2 +- > disk/part_is

Re: [U-Boot] [PATCH] Partition support: remove newline from partition name

2009-07-30 Thread Wolfgang Denk
Hi everybody, In message <1248813339-16796-1-git-send-email...@denx.de> you wrote: > Remove bogus newline character that got added to the .name field of > the disk_partition_t structure. > > Signed-off-by: Wolfgang Denk > --- > disk/part_dos.c | 15 ++- > disk/part_efi.c |2 +-

[U-Boot] [PATCH] Partition support: remove newline from partition name

2009-07-28 Thread Wolfgang Denk
Remove bogus newline character that got added to the .name field of the disk_partition_t structure. Signed-off-by: Wolfgang Denk --- disk/part_dos.c | 15 ++- disk/part_efi.c |2 +- disk/part_iso.c | 15 ++- 3 files changed, 21 insertions(+), 11 deletions(-) diff