]> git.karo-electronics.de Git - karo-tx-linux.git/commit
rtc: recycle id when unloading a rtc driver
authorVincent Palatin <vpalatin@chromium.org>
Fri, 28 Sep 2012 00:20:32 +0000 (10:20 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Fri, 28 Sep 2012 06:08:11 +0000 (16:08 +1000)
commitc1c971cb74775773ccfba50d75d159178762aa05
tree8e607b647cd6f4d13d7d2b76f34cc68c1451ad18
parent5b0c27883f33e328838a4ced945a7800bcd83f8f
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