From: Minkyu Kang Date: Fri, 27 Nov 2009 01:00:16 +0000 (+0900) Subject: s5pc110: aquila: fsa9480: remove unused operation X-Git-Tag: CES1223_2~111 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=29e30251f15a49b5dc00739f280637c6bfea58de;p=kernel%2Fu-boot.git s5pc110: aquila: fsa9480: remove unused operation Signed-off-by: Minkyu Kang --- diff --git a/board/samsung/universal/universal.c b/board/samsung/universal/universal.c index 9827811..e18c524 100644 --- a/board/samsung/universal/universal.c +++ b/board/samsung/universal/universal.c @@ -835,7 +835,6 @@ static void check_micro_usb(void) val[0] &= ~(0x7 << 0); val[0] |= 5; /* 600mA */ i2c_write(addr, 0x0C, 1, val, 1); - i2c_read(addr, 0x0C, 1, val, 1); } /* If Factory Mode is Boot ON-USB, go to download mode */