For ternary operators in the form of "a ? true : false", if 'a' itself returns a boolean result, the ternary operator can be omitted. Remove redundant ternary operators to clean up the code. Liao Yuanhong (3): phy: hisilicon: Remove redundant ternary operators phy: renesas: rcar-gen3-usb2: Remove redundant ternary operators phy: rockchip: usbdp: Remove redundant ternary operators drivers/phy/hisilicon/phy-histb-combphy.c | 2 +- drivers/phy/renesas/phy-rcar-gen3-usb2.c | 2 +- drivers/phy/rockchip/phy-rockchip-usbdp.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) -- 2.34.1