mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-08 11:36:21 -04: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
@ -29,7 +29,6 @@ static void exynos5_set_usbhost_mode(unsigned int mode)
|
|||||||
{
|
{
|
||||||
struct exynos5_sysreg *sysreg =
|
struct exynos5_sysreg *sysreg =
|
||||||
(struct exynos5_sysreg *)samsung_get_base_sysreg();
|
(struct exynos5_sysreg *)samsung_get_base_sysreg();
|
||||||
unsigned int phy_cfg;
|
|
||||||
|
|
||||||
/* Setting USB20PHY_CONFIG register to USB 2.0 HOST link */
|
/* Setting USB20PHY_CONFIG register to USB 2.0 HOST link */
|
||||||
if (mode == USB20_PHY_CFG_HOST_LINK_EN) {
|
if (mode == USB20_PHY_CFG_HOST_LINK_EN) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user