OSDN Git Service

drivers/rtc/rtc-tps6586x.c: device wakeup flags correction
authorDmitry Osipenko <digetx@gmail.com>
Wed, 12 Jun 2013 21:04:44 +0000 (14:04 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 12 Jun 2013 23:29:45 +0000 (16:29 -0700)
commit5a280844bb3bcd79076cac6ad002f71d25c798e5
treebdc11986ca10947403105314a901aa8a1ef4457f
parentf101a9464bfbda42730b54a66f926d75ed2cd31e
drivers/rtc/rtc-tps6586x.c: device wakeup flags correction

Use device_init_wakeup() instead of device_set_wakeup_capable() and move
it before rtc dev registering.  This fixes alarmtimer not registered
when tps6586x rtc is the only wakeup compatible rtc in the system.

Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
Cc: Laxman Dewangan <ldewangan@nvidia.com>
Cc: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/rtc/rtc-tps6586x.c