commit | da1bb3a0e1f7f9cabe70fb2c41b47fa57c42fdfd | [log] [tgz] |
---|---|---|
author | Anton Vorontsov <avorontsov@ru.mvista.com> | Tue Oct 02 17:47:40 2007 +0400 |
committer | Kumar Gala <galak@kernel.crashing.org> | Thu Oct 04 15:47:23 2007 -0500 |
tree | fca0a59724aba282128f5a0dec79630cf532306c | |
parent | 15f8c604a79c4840ed76eecf3af5d88b7c1dee9e [diff] |
[POWERPC] fsl_soc: fix uninitialized i2c_board_info structure i2c_board_info used semi-initialized, causing garbage in the info->flags, and that, in turn, causes various symptoms of i2c malfunctioning, like PEC mismatches. Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>