1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-03 17:52:07 +02:00
Files
u-boot-megous/drivers/spi
Gong Qianyu c2a4cb17b4 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>
2016-01-27 08:27:49 -08:00
..
2015-10-27 23:21:42 +05:30
2015-10-27 23:19:29 +05:30
2015-10-27 23:19:29 +05:30
2016-01-13 18:47:26 +05:30
2015-11-12 09:21:07 -07:00
2015-10-27 23:21:28 +05:30
2015-04-27 21:08:42 +05:30
2015-10-27 23:21:43 +05:30
2015-09-02 21:28:24 -06:00
2016-01-19 08:31:21 -05:00
2016-01-19 08:31:21 -05:00
2015-10-27 23:21:43 +05:30
2015-11-12 09:21:07 -07:00