git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce788f9
)
alarmtimer: Drop device refcount after rtc_open()
author
Thomas Gleixner
<tglx@linutronix.de>
Wed, 4 May 2011 06:18:34 +0000
(08:18 +0200)
committer
Thomas 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