]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit - drivers/devfreq/devfreq.c
PM / devfreq: Add missing error code in devfreq_add_device()
authorYueHaibing <yuehaibing@huawei.com>
Fri, 14 May 2021 06:48:43 +0000 (14:48 +0800)
committerChanwoo Choi <cw00.choi@samsung.com>
Thu, 20 May 2021 03:16:41 +0000 (12:16 +0900)
commit18b380ed61f892ed06838d1f1a5124d966292ed3
treec1a110fa09dd0ea22365ae33eadf1570faf17961
parentd07f6ca923ea0927a1024dfccafc5b53b61cfecc
PM / devfreq: Add missing error code in devfreq_add_device()

Set err code in the error path before jumping to the end of the function.

Fixes: 4dc3bab8687f ("PM / devfreq: Add support delayed timer for polling mode")
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
drivers/devfreq/devfreq.c