diff options
author | Benjamin Gaignard <[email protected]> | 2022-01-31 15:17:08 +0100 |
---|---|---|
committer | Mark Brown <[email protected]> | 2022-01-31 15:24:05 +0000 |
commit | f83a96e5f033fbbd21764705cb9c04234b96218e (patch) | |
tree | 0dd94d6f1aa9e6eee6ecd861f77ed98f0c681c3f /scripts/basic/fixdep.c | |
parent | 60b1e97140a487608b7cbde774b3cff1b5a99c00 (diff) |
spi: mediatek: Avoid NULL pointer crash in interrupt
In some case, like after a transfer timeout, master->cur_msg pointer
is NULL which led to a kernel crash when trying to use master->cur_msg->spi.
mtk_spi_can_dma(), pointed by master->can_dma, doesn't use this parameter
avoid the problem by setting NULL as second parameter.
Fixes: a568231f46322 ("spi: mediatek: Add spi bus for Mediatek MT8173")
Signed-off-by: Benjamin Gaignard <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'scripts/basic/fixdep.c')
0 files changed, 0 insertions, 0 deletions