]> git.ipfire.org Git - people/ms/u-boot.git/commit
i2c: soft_i2c: Fix bus indizes
authorDirk Eibach <dirk.eibach@gdsys.cc>
Wed, 28 Oct 2015 10:46:39 +0000 (11:46 +0100)
committerTom Rini <trini@konsulko.com>
Thu, 12 Nov 2015 23:04:12 +0000 (18:04 -0500)
commit37b33254c2cf6e47f2aaf40946ed6c98ba1057ed
tree86d341054b676637aa287b943d73a622f69b4021
parentacff73fda0587b7c23989db1c324e40e16542b44
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>
drivers/i2c/soft_i2c.c