From: Thomas Gleixner Date: Wed, 4 May 2011 06:18:34 +0000 (+0200) Subject: alarmtimer: Drop device refcount after rtc_open() X-Git-Tag: v3.0-rc1~340^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=179eb03268aa1da03d90f1566ea85dc1478d3ae3;p=pandora-kernel.git alarmtimer: Drop device refcount after rtc_open() 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 Cc: John Stultz --- Reading git-diff-tree failed