commit | 73613b16cb5c5d5a659fc8832eff99eead3f9afb | [log] [tgz] |
---|---|---|
author | Chanwoo Choi <cw00.choi@samsung.com> | Wed Dec 28 20:52:35 2016 +0900 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Tue Jan 03 00:21:45 2017 +0100 |
tree | 81346e17f4b5c66e0d449275feaa449619f95c55 | |
parent | 9932ef3ca7f481af59d85cec6023fc7ff1588f04 [diff] |
PM / devfreq: Fix the bug of devfreq_add_device when governor is NULL This patch fixes the bug of devfreq_add_device(). The devfreq device must have the default governor. If find_devfreq_governor() returns error, devfreq_add_device() fail to add the devfreq instance. Fixes: 1b5c1be2c88e (PM / devfreq: map devfreq drivers to governor using name) Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>