alarmtimer: Drop device refcount after rtc_open()
authorThomas Gleixner <tglx@linutronix.de>
Wed, 4 May 2011 06:18:34 +0000 (08:18 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 4 May 2011 06:18:34 +0000 (08:18 +0200)
class_find_device() takes a refcount on the rtc device. rtc_open()
takes another one, so we can drop it after the rtc_open() call.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: John Stultz <john.stultz@linaro.org>

No differences found