Re: [U-Boot] [PATCH v2 12/32] dm: part: Add a cast to avoid a compiler warning

2016-03-12 Thread Simon Glass
On 29 February 2016 at 15:25, Simon Glass wrote: > In part_amiga.c the name is unsigned but bcpl_strcpy() requires a signed > pointer. Add a cast to fix the warning. > > Signed-off-by: Simon Glass > Reviewed-by: Bin Meng > --- > >

[U-Boot] [PATCH v2 12/32] dm: part: Add a cast to avoid a compiler warning

2016-02-29 Thread Simon Glass
In part_amiga.c the name is unsigned but bcpl_strcpy() requires a signed pointer. Add a cast to fix the warning. Signed-off-by: Simon Glass Reviewed-by: Bin Meng --- Changes in v2: - Fix 'by' which should be 'but' in the commit message disk/part_amiga.c