PM / hibernate: use name_to_dev_t to parse resume
authorSebastian Capella <sebastian.capella@linaro.org>
Fri, 14 Feb 2014 22:52:56 +0000 (14:52 -0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Sat, 1 Mar 2014 00:02:52 +0000 (01:02 +0100)
commit421a5fa1a6cfc037a21220b638d4def6da7cbabe
treeeb9ea452e08d8bac508125a9b5709abcc417c6d9
parent6c5be2916565e8c710e9f0f7b43cf65a3ba39dd9
PM / hibernate: use name_to_dev_t to parse resume

Use the name_to_dev_t call to parse the device name echo'd to
to /sys/power/resume.  This imitates the method used in hibernate.c
in software_resume, and allows the resume partition to be specified
using other equivalent device formats as well.  By allowing
/sys/debug/resume to accept the same syntax as the resume=device
parameter, we can parse the resume=device in the init script and
use the resume device directly from the kernel command line.

Signed-off-by: Sebastian Capella <sebastian.capella@linaro.org>
Acked-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
kernel/power/hibernate.c