On Thu, Apr 23, 2020 at 09:40:02PM +0100, Lee Jones wrote: > From: Markus Elfring <elfring@xxxxxxxxxxxxxxxxxxxxx> > > [ Upstream commit 0108aab1161532c9b62a0d05b8115f4d0b529831 ] > > Omit an extra message for a memory allocation failure in this function. > > This issue was detected by using the Coccinelle software. > > Signed-off-by: Markus Elfring <elfring@xxxxxxxxxxxxxxxxxxxxx> > Reviewed-by: Christophe Leroy <christophe.leroy@xxxxxx> > Signed-off-by: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx> > Signed-off-by: Lee Jones <lee.jones@xxxxxxxxxx> > --- > drivers/crypto/talitos.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/crypto/talitos.c b/drivers/crypto/talitos.c > index 1c8857e7db894..f3d0a33f4ddb4 100644 > --- a/drivers/crypto/talitos.c > +++ b/drivers/crypto/talitos.c > @@ -1287,7 +1287,6 @@ static struct talitos_edesc *talitos_edesc_alloc(struct device *dev, > if (iv_dma) > dma_unmap_single(dev, iv_dma, ivsize, DMA_TO_DEVICE); > > - dev_err(dev, "could not allocate edescriptor\n"); Not really stable material, also missing from 4.9 and 4.14 trees.