Re: [U-Boot] [PATCH] Removes dead code in the file common/cmd_i2c.c

2009-12-05 Thread Heiko Schocher
Hello Wolfgang, Wolfgang Denk wrote: In message 4b175f3f.2060...@denx.de you wrote: Applied, thanks. Heiko, I hope this is OK with you. Hmm.. not really, my last comment on this was: Ouch, sorry. No probelm. http://lists.denx.de/pipermail/u-boot/2009-November/064245.html I missed

Re: [U-Boot] [PATCH] Removes dead code in the file common/cmd_i2c.c

2009-12-04 Thread Wolfgang Denk
Dear Heiko, In message 4b175f3f.2060...@denx.de you wrote: Applied, thanks. Heiko, I hope this is OK with you. Hmm.. not really, my last comment on this was: Ouch, sorry. http://lists.denx.de/pipermail/u-boot/2009-November/064245.html I missed that, sorry. This was in another

Re: [U-Boot] [PATCH] Removes dead code in the file common/cmd_i2c.c

2009-12-02 Thread Wolfgang Denk
Dear Pratap Chandu, In message 1258034305-31770-1-git-send-email-pratap.r...@gmail.com you wrote: There is some dead code enclosed by #if 0 #endif in the file common/cmd_i2c.c This patch removes the dead code. Signed-off-by: Pratap Chandu pratap.r...@gmail.com --- common/cmd_i2c.c

Re: [U-Boot] [PATCH] Removes dead code in the file common/cmd_i2c.c

2009-12-02 Thread Heiko Schocher
Hello Wolfgang, Wolfgang Denk schrieb: Dear Pratap Chandu, In message 1258034305-31770-1-git-send-email-pratap.r...@gmail.com you wrote: There is some dead code enclosed by #if 0 #endif in the file common/cmd_i2c.c This patch removes the dead code. Signed-off-by: Pratap Chandu

[U-Boot] [PATCH] Removes dead code in the file common/cmd_i2c.c

2009-11-12 Thread Pratap Chandu
There is some dead code enclosed by #if 0 #endif in the file common/cmd_i2c.c This patch removes the dead code. Signed-off-by: Pratap Chandu pratap.r...@gmail.com --- common/cmd_i2c.c |8 1 files changed, 0 insertions(+), 8 deletions(-) diff --git a/common/cmd_i2c.c