]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
i2c: fix dangling comment in do_i2c_mw()
authorHeiko Schocher <hs@denx.de>
Sat, 5 Dec 2009 10:59:51 +0000 (11:59 +0100)
committerWolfgang Denk <wd@denx.de>
Mon, 7 Dec 2009 21:58:46 +0000 (22:58 +0100)
commitdf002fa6b9cd475909ede35bf95b803c2289c6a4
tree7975219f518295c580d2992ab79ab63a3b3052e9
parentf8450829f921cf10667af98a8d08edfa3d998f04
i2c: fix dangling comment in do_i2c_mw()

commit bd3784df94bfeca43fbf34094df9cb1bd3ecca3b deleted some unused
code in do_i2c_mw(), but missed to also remove the respective
commment. This patch fixes this.

Signed-off-by: Heiko Schocher <hs@denx.de>
common/cmd_i2c.c