Searched hist:c2a4cb17b4ff194e905df76b9f7c1b5a00b99b25 (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/drivers/spi/ |
| H A D | fsl_qspi.c | c2a4cb17b4ff194e905df76b9f7c1b5a00b99b25 Tue Jan 26 07:06:39 UTC 2016 Gong Qianyu <Qianyu.Gong@freescale.com> spi: fsl_qspi: fix compile warning for 64-bit platform
This patch fixes the following compile warning: drivers/spi/fsl_qspi.c: In function 'fsl_qspi_probe': drivers/spi/fsl_qspi.c:937:15: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] priv->regs = (struct fsl_qspi_regs *)plat->reg_base; ^ Just make the cast explicit.
Signed-off-by: Gong Qianyu <Qianyu.Gong@freescale.com> Reviewed-by: York Sun <york.sun@nxp.com>
|