OSDN Git Service

PM / devfreq: Propagate error from devfreq_add_device()
authorBjorn Andersson <bjorn.andersson@linaro.org>
Mon, 6 Nov 2017 05:27:41 +0000 (21:27 -0800)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Tue, 2 Jan 2018 00:36:54 +0000 (09:36 +0900)
commitd1bf2d30728f310f72296b54f0651ecdb09cbb12
tree55d43694a9483263c8ae74171efdcc207716299c
parent30a7acd573899fd8b8ac39236eff6468b195ac7d
PM / devfreq: Propagate error from devfreq_add_device()

Propagate the error of devfreq_add_device() in devm_devfreq_add_device()
rather than statically returning ENOMEM. This makes it slightly faster
to pinpoint the cause of a returned error.

Fixes: 8cd84092d35e ("PM / devfreq: Add resource-managed function for devfreq device")
Cc: stable@vger.kernel.org
Acked-by: Chanwoo Choi <cw00.choi@samsung.com>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
drivers/devfreq/devfreq.c