PM / devfreq: Fix the bug of devfreq_add_device when governor is NULL
authorChanwoo Choi <cw00.choi@samsung.com>
Wed, 28 Dec 2016 11:52:35 +0000 (20:52 +0900)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 2 Jan 2017 23:21:45 +0000 (00:21 +0100)
commit73613b16cb5c5d5a659fc8832eff99eead3f9afb
tree81346e17f4b5c66e0d449275feaa449619f95c55
parent9932ef3ca7f481af59d85cec6023fc7ff1588f04
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>
drivers/devfreq/devfreq.c