Skip to content
Commit 5c1a87de authored by Stefan Mavrodiev's avatar Stefan Mavrodiev Committed by Jagan Teki
Browse files

spi: sun4i: Add rx_buf NULL pointer check



Current driver doesn't check if the destination pointer is NULL.
This cause the data from the FIFO to be stored inside the internal
SDRAM ( address 0 ).

The patch add simple check if the destination pointer is NULL.

Signed-off-by: default avatarStefan Mavrodiev <stefan@olimex.com>
Acked-by: default avatarJagan Teki <jagan@openedev.com>
[jagan: fix commit message]
Signed-off-by: default avatarJagan Teki <jagan@amarulasolutions.com>
parent 08337cd6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment