On 7/31/20 08:32, Herbert Xu wrote: > On Fri, Jul 24, 2020 at 11:50:27AM -0500, Gustavo A. R. Silva wrote: >> Fix inconsistent IS_ERR and PTR_ERR in sa_dma_init(). The proper pointer >> to be passed as argument to PTR_ERR() is dd->dma_tx. >> >> This bug was detected with the help of Coccinelle. >> >> Fixes: 7694b6ca649f ("crypto: sa2ul - Add crypto driver") >> Signed-off-by: Gustavo A. R. Silva <gustavoars@xxxxxxxxxx> >> --- >> drivers/crypto/sa2ul.c | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) > > Patch applied. Thanks. > Awesome. :) Thanks -- Gustavo