[U-Boot] [PATCH 1/1] spi: atcspi200: avoid NULL dereference

Jagan Teki jagannadh.teki at gmail.com
Wed May 16 13:51:12 UTC 2018


On Sun, Mar 18, 2018 at 5:11 PM, Heinrich Schuchardt <xypron.glpk at gmx.de> wrote:
> For SPI_XFER_BEGIN | SPI_XFER_END the code sets data_out = NULL.
> In the debug statement we should not dereference this value.
> As we do not transfer any data the debug statement is not needed in this
> case anyway.
>
> Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
> ---

Applied to u-boot-spi/master


More information about the U-Boot mailing list