spi: dw-mid: avoid potential NULL dereference
authorAndy Shevchenko <[email protected]>
Mon, 2 Mar 2015 18:15:58 +0000 (20:15 +0200)
committerMark Brown <[email protected]>
Fri, 6 Mar 2015 11:23:26 +0000 (11:23 +0000)
commitc9dafb27c84412fe4b17c3b94cc4ffeef5df1833
tree590ab0ccdb463745a00543117dcc9612472b70b1
parent9d239d353c319f9ff884c287ce47feb7cdf60ddc
spi: dw-mid: avoid potential NULL dereference

When DMA descriptor allocation fails we should not try to assign any fields in
the bad descriptor. The patch adds the necessary checks for that.

Fixes: 7063c0d942a1 (spi/dw_spi: add DMA support)
Signed-off-by: Andy Shevchenko <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
Cc: [email protected]
drivers/spi/spi-dw-mid.c