Skip to content

Commit

Permalink
phy: exynos5-usbdrd: fixed the return value.
Browse files Browse the repository at this point in the history
Fixed the compilation warning.

Change-Id: I4cab298773bd68eef9c1bc5972e23f627f5b691b
  • Loading branch information
moonlinux committed Jun 4, 2016
1 parent 3bb2b88 commit 13c3c92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/phy/phy-exynos5-usbdrd.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 13c3c92

Please sign in to comment.