]> git.karo-electronics.de Git - karo-tx-linux.git/commit
rtc: recycle id when unloading a rtc driver
authorVincent Palatin <vpalatin@chromium.org>
Fri, 7 Sep 2012 00:24:56 +0000 (10:24 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 10 Sep 2012 06:18:19 +0000 (16:18 +1000)
commit67f2d212c380c8232c90d5960350ef3f6a02af2f
treed486a2c5e75b07430179a9f8c14780bd675dfb9b
parent8a1aca41093cfab0111e6c2ab43d9a54e569540f
rtc: recycle id when unloading a rtc driver

When calling rtc_device_unregister, we are not freeing the id used by the
driver.  So when doing a unload/load cycle for a RTC driver (e.g.  rmmod
rtc_cmos && modprobe rtc_cmos), its id is incremented by one.  As a
consequence, we no longer have neither an rtc0 driver nor a
/proc/driver/rtc (as it only exists for the first driver).

Signed-off-by: Vincent Palatin <vpalatin@chromium.org>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/rtc/class.c