Home
last modified time | relevance | path

Searched hist:"04 e5c6d9cca668845f9f4b702f587c4dcc0ea4bd" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/spi/
H A Dfsl_qspi.c04e5c6d9cca668845f9f4b702f587c4dcc0ea4bd Wed Jul 13 02:46:27 UTC 2016 Yunhui Cui <yunhui.cui@nxp.com> driver: spi: fsl-qspi: remove compile Warnings

Warnins log:
drivers/spi/fsl_qspi.c: In function ‘qspi_ahb_read’:
drivers/spi/fsl_qspi.c:400:16: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
memcpy(rxbuf, (u8 *)(priv->cur_amba_base + priv->sf_addr), len);

Signed-off-by: Yunhui Cui <yunhui.cui@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>