From 29e30251f15a49b5dc00739f280637c6bfea58de Mon Sep 17 00:00:00 2001 From: Minkyu Kang Date: Fri, 27 Nov 2009 10:00:16 +0900 Subject: [PATCH] s5pc110: aquila: fsa9480: remove unused operation Signed-off-by: Minkyu Kang --- board/samsung/universal/universal.c | 1 - 1 file changed, 1 deletion(-) 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 */ -- 2.7.4