From: NeilBrown Date: Fri, 7 Nov 2014 23:46:56 +0000 (-0800) Subject: Input: twl4030-pwrbutton - ensure a wakeup event is recorded. X-Git-Tag: omap-for-v3.19/fixes-for-merge-window~110^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c42bfd7f6cd26e8f712fc184460e32845d928d17;p=pandora-kernel.git Input: twl4030-pwrbutton - ensure a wakeup event is recorded. This button is treated as a wakeup source, so we need to initialise it correctly. Without the device_init_wakeup() call, dev->power.wakeup will be NULL, and pm_wakeup_event() will do nothing. Signed-off-by: NeilBrown Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed