i2c-pasemi: use i2c_add_numbered_adapter()
authorOlof Johansson <olof@lixom.net>
Sun, 27 Jan 2008 17:14:44 +0000 (18:14 +0100)
committerJean Delvare <khali@hyperion.delvare>
Sun, 27 Jan 2008 17:14:44 +0000 (18:14 +0100)
commitccf60d8571f0e606b5dacf213696b7a57fe2d890
tree7168f0fe28eeb419af4ca5445d7865240d0260c6
parent541b6a7a69fadda82f313bd2176e7756db2b5b43
i2c-pasemi: use i2c_add_numbered_adapter()

Use numbered adapter registration to always have the same hardware bus
show up at the same number.

PWRficient 1682M has three buses, they are all on the same PCI device but
different functions. So do the simple thing and register them based on
function number. Future products, if having a different number of busses,
are expected to have similar behaviour w.r.t. device/function layout.

Signed-off-by: Olof Johansson <olof@lixom.net>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
drivers/i2c/busses/i2c-pasemi.c