Home
last modified time | relevance | path

Searched hist:"940 d2b89bf36c17dfc9972111b68391c35b4e9f2" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/spi/
H A Dfsl_qspi.c940d2b89bf36c17dfc9972111b68391c35b4e9f2 Tue Jan 26 07:06:41 UTC 2016 Gong Qianyu <Qianyu.Gong@freescale.com> spi: fsl_qspi: Fix qspi_op_rdsr memcpy issue

In current driver, we always copy 4 bytes to the dest memory.
Actually the dest memory may be shorter than 4 bytes.
Add an argument to indicate the dest memory length.
Avoid writing memory outside of the bounds.

Signed-off-by: Gong Qianyu <Qianyu.Gong@freescale.com>
Reviewed-by: York Sun <york.sun@nxp.com>