commit | febc4cd48a5c030c7fd411be519505701c100838 | [log] [tgz] |
---|---|---|
author | Vincent Stehlé <v-stehle@ti.com> | Mon Dec 03 05:23:16 2012 +0000 |
committer | Tom Rini <trini@ti.com> | Mon Dec 10 12:45:35 2012 -0700 |
tree | 4167f93568b48a78a3d05a0de2ef2f25ad11c933 | |
parent | dcee1ab3207327f142635b08e834af5e9f9f8cc9 [diff] |
omap24xx_i2c: Handle wait_for_bb error We add a return code to wait_for_bb() to be able to report errors to the callers properly. We in turn handle this new error code in i2c_read, i2c_write and i2c_probe. Signed-off-by: Vincent Stehlé <v-stehle@ti.com>