-
由 NeilBrown 提交于
device_init_wakeup uses the dev_name() of the device to set the name of the wakeup_source which appears in /sys/kernel/debug/wakeup_sources. For a platform device, that name is not set until platform_device_add calls dev_set_name. So the call to device_init_wakeup() must be after the call to platform_device_add(). Making this change causes correct names to appear in the wakeup_sources file. Signed-off-by: NNeilBrown <neilb@suse.de> Acked-by: NRafael J. Wysocki <rjw@sisk.pl> Signed-off-by: NSamuel Ortiz <sameo@linux.intel.com>
17ffba6a