From e2f1f75f9cc0674bc1a928e2b61d2d2b2851009e Mon Sep 17 00:00:00 2001 From: Minkyu Kang Date: Mon, 4 Jan 2010 16:45:23 +0900 Subject: [PATCH] s5pc1xx: aquila: remove warning remove below warning universal.c: In function 'power_on': universal.c:2332: warning: no return statement in function returning non-void Signed-off-by: Minkyu Kang --- board/samsung/universal/universal.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/board/samsung/universal/universal.c b/board/samsung/universal/universal.c index b28d877..a902171 100644 --- a/board/samsung/universal/universal.c +++ b/board/samsung/universal/universal.c @@ -2329,6 +2329,8 @@ static int power_on(int on) power_fm_radio(on); power_bt_wifi(on); power_hdmi(on); + + return 0; } static int do_power(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[]) -- 2.7.4