Commits
Heinrich Schuchardt committed 4bcd88a2d87
spi: fsl_qspi: remove superfluous assignment In void *rx_addr = NULL; rx_add = A; the first assignment has no effect. Remove it. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Jagan Teki <jagan@openedev.com>