mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 23:47:24 +00:00
EXYNOS: Fix USB compiler warning
Fixed the compiler warning message. Signed-off-by: Rajeshwari Shinde <rajeshwari.s@samsung.com> Acked-by: Marek Vasut <marex@denx.de>
This commit is contained in:
parent
ba662f8998
commit
30704dae46
1 changed files with 0 additions and 1 deletions
|
@ -29,7 +29,6 @@ static void exynos5_set_usbhost_mode(unsigned int mode)
|
|||
{
|
||||
struct exynos5_sysreg *sysreg =
|
||||
(struct exynos5_sysreg *)samsung_get_base_sysreg();
|
||||
unsigned int phy_cfg;
|
||||
|
||||
/* Setting USB20PHY_CONFIG register to USB 2.0 HOST link */
|
||||
if (mode == USB20_PHY_CFG_HOST_LINK_EN) {
|
||||
|
|
Loading…
Reference in a new issue