Re: [U-Boot] [Patch V3 2/4] spi: fsl_qspi: Fix qspi_op_rdid memcpy issue

2016-01-08 Thread Jagan Teki
On 8 January 2016 at 12:56, Gong Qianyu wrote: > From: Gong Qianyu > > In current driver everytime we memcpy 4 bytes to the dest memory > regardless of the remaining length. > This patch adds checking the remaining length before memcpy. > If the

[U-Boot] [Patch V3 2/4] spi: fsl_qspi: Fix qspi_op_rdid memcpy issue

2016-01-07 Thread Gong Qianyu
From: Gong Qianyu In current driver everytime we memcpy 4 bytes to the dest memory regardless of the remaining length. This patch adds checking the remaining length before memcpy. If the length is shorter than 4 bytes, memcpy the actual length of data to the dest