]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
USB: PHY: JZ4770: Fix static checker warning.
author周琰杰 (Zhou Yanjie) <zhouyanjie@wanyeetech.com>
Tue, 25 Aug 2020 08:16:54 +0000 (16:16 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 25 Aug 2020 14:02:34 +0000 (16:02 +0200)
commit41dd70b368278f3ac789bed25bc810f764e14bbf
tree6b80cc9e75d4e45da846a3d09b0fbf5779cddf62
parent2b74b0a04d3e9f9f08ff026e5663dce88ff94e52
USB: PHY: JZ4770: Fix static checker warning.

The commit 2a6c0b82e651 ("USB: PHY: JZ4770: Add support for new
Ingenic SoCs.") introduced the initialization function for different
chips, but left the relevant code involved in the resetting process
in the original function, resulting in uninitialized variable calls.

Fixes: 2a6c0b82e651 ("USB: PHY: JZ4770: Add support for new Ingenic SoCs.").
Signed-off-by: 周琰杰 (Zhou Yanjie) <zhouyanjie@wanyeetech.com>
Link: https://lore.kernel.org/r/20200825081654.18186-2-zhouyanjie@wanyeetech.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/phy/phy-jz4770.c