Re: [PATCH v4] usb: host: ohci-pxa27x: Handle return value of clk_prepare_enable

From: Greg KH
Date: Tue Jun 27 2017 - 11:54:38 EST


On Tue, Jun 27, 2017 at 10:47:28AM +0530, Arvind Yadav wrote:
> clk_prepare_enable() can fail here and we must check its return value.
>
> Signed-off-by: Arvind Yadav <arvind.yadav.cs@xxxxxxxxx>
> ---
> drivers/usb/host/ohci-pxa27x.c | 10 +++++++---
> 1 file changed, 7 insertions(+), 3 deletions(-)
>

No changelog here?

Please fix.