Searched hist:"259 a24001a501c09e7c6b718aed3b1b58641534b" (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/phy/motorola/ |
H A D | phy-cpcap-usb.c | 259a24001a501c09e7c6b718aed3b1b58641534b Mon Jun 12 08:12:23 UTC 2017 Tony Lindgren <tony@atomide.com> phy: cpcap-usb: Fix missing return statement
Commit 8ae904e3c236 ("phy: cpcap-usb: Add CPCAP PMIC USB support") is missing return statement as noted by Colin Ian King <colin.king@canonical.com>. If the optional pins are not configured, we just want to return early and not attempt to configure the pins.
Fixes: 8ae904e3c236 ("phy: cpcap-usb: Add CPCAP PMIC USB support") Reported-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
|