[PATCH v2 0/1] spi: spi-dw-dma: fix print error log when wait finish transaction

Vladimir Yakovlev posted 1 patch 3 hours ago
Only 0 patches received!
drivers/spi/spi-dw-dma.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH v2 0/1] spi: spi-dw-dma: fix print error log when wait finish transaction
Posted by Vladimir Yakovlev 3 hours ago
Hello!

This patch fixes a system crash if there is no current message
for a transaction.

Changes in v2:
- Sorry for the inattention. The variable in the dw_spi structure,
- which has the struct spi_controller type, was renamed from host to ctlr
- starting with version 6.19.

Thanks

Vladimir Yakovlev (1):
  spi: spi-dw-dma: fix print error log when wait finish transaction

 drivers/spi/spi-dw-dma.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.34.1
Re: [PATCH v2 0/1] spi: spi-dw-dma: fix print error log when wait finish transaction
Posted by Mark Brown 3 hours ago
On Tue, Mar 03, 2026 at 01:20:16AM +0300, Vladimir Yakovlev wrote:
> Hello!
> 
> This patch fixes a system crash if there is no current message
> for a transaction.

Please don't send cover letters for single patches, if there is anything
that needs saying put it in the changelog of the patch or after the ---
if it's administrative stuff.  This reduces mail volume and ensures that 
any important information is recorded in the changelog rather than being
lost.