aboutsummaryrefslogtreecommitdiff
path: root/Documentation/i2c
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2008-07-14 22:38:36 +0200
committerJean Delvare <khali@mahadeva.delvare>2008-07-14 22:38:36 +0200
commit8508159e2f3b82bf109f0ec77bcbd8ff3f3a7e17 (patch)
tree34df907dc530ce8f2d9ac10b24454f85eaf4a4da /Documentation/i2c
parentf741f673298b03b92d46e30b0b6fd0e960423665 (diff)
i2c: Call client_unregister for new-style devices too
We call adapter->client_register for both legacy and new-style i2c devices, however we only call adapter->client_unregister for legacy drivers. This doesn't make much sense. Usually, drivers will undo in client_unregister what they did in client_register, so we should call neither or both for every given i2c device. In order to ease the transition from legacy to new-style devices, it seems preferable to actually call both. Signed-off-by: Jean Delvare <khali@linux-fr.org> Cc: David Brownell <david-b@pacbell.net>
Diffstat (limited to 'Documentation/i2c')
0 files changed, 0 insertions, 0 deletions