Skip to content
  • Jean Delvare's avatar
    i2c: Call client_unregister for new-style devices too · 8508159e
    Jean Delvare authored
    
    
    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: default avatarJean Delvare <khali@linux-fr.org>
    Cc: David Brownell <david-b@pacbell.net>
    8508159e