commit | f451171c5ac829e55581c81caf2cb01e1c0a5c5f | [log] [tgz] |
---|---|---|
author | Jean Delvare <khali@linux-fr.org> | Mon Jan 10 22:11:23 2011 +0100 |
committer | Jean Delvare <khali@endymion.delvare> | Mon Jan 10 22:11:23 2011 +0100 |
tree | 519af0702a8348b043a721d996933b655236712e | |
parent | 92ed1a76ca31774eb27de14b2215841367c68056 [diff] |
i2c-algo-bit: Refactor adapter registration Use a function pointer to decide whether to call i2c_add_adapter or i2c_add_numbered_adapter. This makes the code more compact than the current strategy of having the common code in a separate function. Signed-off-by: Jean Delvare <khali@linux-fr.org>