commit | 37b33254c2cf6e47f2aaf40946ed6c98ba1057ed | [log] [tgz] |
---|---|---|
author | Dirk Eibach <dirk.eibach@gdsys.cc> | Wed Oct 28 11:46:39 2015 +0100 |
committer | Tom Rini <trini@konsulko.com> | Thu Nov 12 18:04:12 2015 -0500 |
tree | 86d341054b676637aa287b943d73a622f69b4021 | |
parent | acff73fda0587b7c23989db1c324e40e16542b44 [diff] |
i2c: soft_i2c: Fix bus indizes Since busses are sorted in alphabetical order, introducing more than nine busses led to unexpected behaviour. Signed-off-by: Dirk Eibach <dirk.eibach@gdsys.cc>