mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-11 13:27:06 +09:00
phy: exynos5-usbdrd: fixed the return value.
Fixed the compilation warning. Change-Id: I4cab298773bd68eef9c1bc5972e23f627f5b691b
This commit is contained in:
committed by
Mauro (mdrjr) Ribeiro
parent
52c9c52cbf
commit
62e5d7885e
@@ -629,7 +629,7 @@ static int crport_ctrl_write(struct exynos5_usbdrd_phy *phy_drd,
|
||||
* SuperSpeed requirements on Exynos5420 and Exynos5800 systems,
|
||||
* which have 28nm USB 3.0 DRD PHY.
|
||||
*/
|
||||
static void exynos5420_usbdrd_phy_calibrate(struct exynos5_usbdrd_phy *phy_drd)
|
||||
static int exynos5420_usbdrd_phy_calibrate(struct exynos5_usbdrd_phy *phy_drd)
|
||||
{
|
||||
unsigned int temp;
|
||||
int ret = 0;
|
||||
|
||||
Reference in New Issue
Block a user