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

Simon Glass sjg at chromium.org
Sun Mar 13 02:52:45 CET 2016


On 29 February 2016 at 15:25, Simon Glass <sjg at chromium.org> 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 <sjg at chromium.org>
> Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
> ---
>
> Changes in v2:
> - Fix 'by' which should be 'but' in the commit message
>
>  disk/part_amiga.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to u-boot-dm/next.


More information about the U-Boot mailing list