]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit58eb983d9010fef1d8f401279d5049e163b6a7cc
tree81346e17f4b5c66e0d449275feaa449619f95c55
parent8a725b1fa942c0af22a02e6f24cdaa0ff81cb2cf
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: e08241d4e16c (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