diff options
| -rw-r--r-- | board/samsung/universal_c210/universal.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/samsung/universal_c210/universal.c b/board/samsung/universal_c210/universal.c index 8393e4fdd..d0ff8341f 100644 --- a/board/samsung/universal_c210/universal.c +++ b/board/samsung/universal_c210/universal.c @@ -260,7 +260,7 @@ int board_mmc_init(bd_t *bis)  #ifdef CONFIG_USB_GADGET  static int s5pc210_phy_control(int on)  { -	int ret; +	int ret = 0;  	struct pmic *p = get_pmic();  	if (pmic_probe(p)) |