Skip to content
Snippets Groups Projects
Commit 04e5c6d9 authored by Yunhui Cui's avatar Yunhui Cui Committed by York Sun
Browse files

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: default avatarYunhui Cui <yunhui.cui@nxp.com>
Reviewed-by: default avatarYork Sun <york.sun@nxp.com>
parent f3dbf1f0
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment