From mboxrd@z Thu Jan 1 00:00:00 1970 From: SF Markus Elfring Date: Mon, 15 Jan 2018 15:38:43 +0000 Subject: Re: [PATCH 1/3] mfd/omap-usb-tll: Delete two error messages for a failed memory allocation in usbtll Message-Id: <1ebb5ac5-aa4d-7c19-94db-210b518d562f@users.sourceforge.net> List-Id: References: <7719b4e7-1081-6fa4-6f14-f45cf062482d@users.sourceforge.net> <20180115134101.GA6711@lenoch> In-Reply-To: <20180115134101.GA6711@lenoch> MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: quoted-printable To: Ladislav Michl , linux-omap@vger.kernel.org Cc: Lee Jones , Tony Lindgren , LKML , kernel-janitors@vger.kernel.org >> @@ -258,7 +256,6 @@ static int usbtll_omap_probe(struct platform_device = *pdev) >> GFP_KERNEL); >> if (!tll->ch_clk) { >> ret =3D -ENOMEM; >> - dev_err(dev, "Couldn't allocate memory for channel clocks\n"); >=20 > I'd either leave this one, just to know which allocation failed or better= use > something like this =E2=80=A6 Are you aware on the structure for a Linux allocation failure report? Regards, Markus -- To unsubscribe from this list: send the line "unsubscribe kernel-janitors" = in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html