Re: [U-Boot] [PATCH 3/6] block: constify sect_buf argument of ide_write_data

2013-07-23 Thread Macpaul Lin
Hi Gabor, 2013/5/26 Gabor Juhos : > Add a const keyword to the sect_buf argument of > ide_write_data to fix the following warning: > Applied to u-boot-nds32/master Thanks for your help! -- Best regards, Macpaul Lin ___ U-Boot mailing list U-Boot@lists

[U-Boot] [PATCH 3/6] block: constify sect_buf argument of ide_write_data

2013-05-26 Thread Gabor Juhos
Add a const keyword to the sect_buf argument of ide_write_data to fix the following warning: cmd_ide.c: In function '__ide_output_data': cmd_ide.c:548: warning: passing argument 2 of 'ide_write_data' discards qualifiers from pointer target type /devel/u-boot.git/include/ide.h:76: note: expe