aboutsummaryrefslogtreecommitdiff
path: root/net/unix/sysctl_net_unix.c
diff options
context:
space:
mode:
authorJean Delvare <[email protected]>2008-07-14 22:38:36 +0200
committerJean Delvare <[email protected]>2008-07-14 22:38:36 +0200
commit8508159e2f3b82bf109f0ec77bcbd8ff3f3a7e17 (patch)
tree34df907dc530ce8f2d9ac10b24454f85eaf4a4da /net/unix/sysctl_net_unix.c
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 <[email protected]> Cc: David Brownell <[email protected]>
Diffstat (limited to 'net/unix/sysctl_net_unix.c')
0 files changed, 0 insertions, 0 deletions