commit | 69b0089a6750a0435570df3ba8456c77b352af55 | [log] [tgz] |
---|---|---|
author | Jean Delvare <khali@linux-fr.org> | Sun Dec 06 17:06:27 2009 +0100 |
committer | Jean Delvare <khali@linux-fr.org> | Sun Dec 06 17:06:27 2009 +0100 |
tree | 6d8826c7fec2ff30eb294dd04a1677079158afab | |
parent | 7e2193a8f942a80eef4ae87e3850615450966d0a [diff] |
i2c: Refactor for_each callbacks Functions i2c_do_add_adapter() and __attach_adapter() do essentially the same thing, differing only in how the parameters are passed. Same for i2c_do_add_adapter() and __detach_adapter(). Introduce wrappers to normalize the parameters, so that we do not have to duplicate the code. Signed-off-by: Jean Delvare <khali@linux-fr.org> Cc: David Brownell <dbrownell@users.sourceforge.net>