In the Linux kernel, the following vulnerability has been resolved:
spi: spi-fsl-dspi: Fix a resource leak in an error handling path
'dspirequestdma()' should be undone by a 'dspireleasedma()' call in the error handling path of the probe function, as already done in the remove function