From c26d51a2761331efa7f29368f5a4e665588b32da Mon Sep 17 00:00:00 2001 From: Minkyu Kang Date: Thu, 25 Feb 2010 20:53:29 +0900 Subject: [PATCH] s5pc1xx: universal: remove compiler warnings Signed-off-by: Minkyu Kang --- board/samsung/universal/universal.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/board/samsung/universal/universal.c b/board/samsung/universal/universal.c index 20504f4..a78ad82 100644 --- a/board/samsung/universal/universal.c +++ b/board/samsung/universal/universal.c @@ -1411,11 +1411,11 @@ static int fsa9480_probe(void) unsigned char addr = 0x25; if (cpu_is_s5pc100()) - return; + return 1; if (board_is_limo_real()) { if (hwrevision(0) || hwrevision(1)) - return; + return 1; } i2c_set_bus_num(I2C_PMIC); -- 2.7.4