diff options
author | Jean Delvare <khali@linux-fr.org> | 2008-07-14 20:38:36 (GMT) |
---|---|---|
committer | Jean Delvare <khali@mahadeva.delvare> | 2008-07-14 20:38:36 (GMT) |
commit | 8508159e2f3b82bf109f0ec77bcbd8ff3f3a7e17 (patch) | |
tree | 34df907dc530ce8f2d9ac10b24454f85eaf4a4da /drivers/atm/zatm.c | |
parent | f741f673298b03b92d46e30b0b6fd0e960423665 (diff) | |
download | linux-fsl-qoriq-8508159e2f3b82bf109f0ec77bcbd8ff3f3a7e17.tar.xz |
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 'drivers/atm/zatm.c')
0 files changed, 0 insertions, 0 deletions