[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <YqMIUOTU/k5XpW3I@kroah.com>
Date: Fri, 10 Jun 2022 11:01:04 +0200
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: Yihao Han <hanyihao@...o.com>
Cc: Felipe Balbi <balbi@...nel.org>, linux-usb@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] usb: phy: tahvo: Check before clk_disable() not needed
On Fri, Jun 10, 2022 at 12:45:25AM -0700, Yihao Han wrote:
> clk_disable() already checks the clk ptr using IS_ERR_OR_NULL(clk)
It does? Are you sure? It will check for NULL, that's it.
> so there is no need to check it again before calling it.
This will break on some platforms, please always test your patches
before sending them out.
thanks,
greg k-h
Powered by blists - more mailing lists