commit | e2493dd4a4b8a4666ba849d9f0d84a0f3a3e82ae | [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 | 65772858fad197729a55dd62b28b510f0c729ba8 [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>