summaryrefslogtreecommitdiff
path: root/drivers/usb/cdns3/cdns3-gadget.c
diff options
context:
space:
mode:
authorClaudiu Beznea <claudiu.beznea.uj@bp.renesas.com>2025-11-06 16:36:22 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2025-11-21 15:11:22 +0100
commita7d5fe02059af66c9759cbf9199e7ed381cc592a (patch)
tree701730168a3188db12579ead6a0f823acd3db640 /drivers/usb/cdns3/cdns3-gadget.c
parent66371878dfe3376a55cb44bc0918a56232522590 (diff)
usb: host: Do not check priv->clks[clk]
There is no need to check the entries in priv->clks[] array before passing it to clk_disable_unprepare() as the clk_disable_unprepare() already check if it receives a NULL or error pointer as argument. Remove this check. This makes the code simpler. Signed-off-by: Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com> Acked-by: Alan Stern <stern@rowland.harvard.edu> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://patch.msgid.link/20251106143625.3050119-2-claudiu.beznea.uj@bp.renesas.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/cdns3/cdns3-gadget.c')
0 files changed, 0 insertions, 0 deletions