Skip to content
Snippets Groups Projects
Commit df002fa6 authored by Heiko Schocher's avatar Heiko Schocher Committed by Wolfgang Denk
Browse files

i2c: fix dangling comment in do_i2c_mw()


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

Signed-off-by: default avatarHeiko Schocher <hs@denx.de>
parent f8450829
No related branches found
No related tags found
No related merge requests found
......@@ -315,10 +315,6 @@ int do_i2c_mw ( cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
/*
* Wait for the write to complete. The write can take
* up to 10mSec (we allow a little more time).
*
* On some chips, while the write is in progress, the
* chip doesn't respond. This apparently isn't a
* universal feature so we don't take advantage of it.
*/
/*
* No write delay with FRAM devices.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment