Re: [U-Boot] [PATCH v2 4/6] cmd_ide: Eliminate build warnings in atapi_inquiry()

2015-06-02 Thread Simon Glass
On 18 May 2015 at 15:39, Simon Glass wrote: > On 15 May 2015 at 19:33, Bin Meng wrote: >> Eliminate the following build warning in atapi_inquiry(): >> "warning: assignment from incompatible pointer type [enabled by default]" >> >> Signed-off-by: Bin Meng >> >> --- >> >> Changes in v2: >> - Cor

Re: [U-Boot] [PATCH v2 4/6] cmd_ide: Eliminate build warnings in atapi_inquiry()

2015-05-18 Thread Simon Glass
On 15 May 2015 at 19:33, Bin Meng wrote: > Eliminate the following build warning in atapi_inquiry(): > "warning: assignment from incompatible pointer type [enabled by default]" > > Signed-off-by: Bin Meng > > --- > > Changes in v2: > - Correct the typo of 'Eliminate' in the commit message > >

[U-Boot] [PATCH v2 4/6] cmd_ide: Eliminate build warnings in atapi_inquiry()

2015-05-15 Thread Bin Meng
Eliminate the following build warning in atapi_inquiry(): "warning: assignment from incompatible pointer type [enabled by default]" Signed-off-by: Bin Meng --- Changes in v2: - Correct the typo of 'Eliminate' in the commit message common/cmd_ide.c | 6 +++--- 1 file changed, 3 insertions(+)