On Wed, 13 May 2020, Greg KH wrote: > 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. This doesn't apply to 4.9 or 4.14. Looks like it was already removed in: 4.9: 47fbc54bbe52709fbdc50f5578acf964962942b2 4.14: c3f5e4efce3e2ece7f31826a14849e60d342bde1 -- Lee Jones [李琼斯] Linaro Services Technical Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog