PM / devfreq: Change return type of devfreq_set_freq_table()
authorChanwoo Choi <cw00.choi@samsung.com>
Mon, 23 Oct 2017 01:32:09 +0000 (10:32 +0900)
committerJunghoon Kim <jhoon20.kim@samsung.com>
Thu, 14 Feb 2019 05:56:40 +0000 (14:56 +0900)
commit0e521d8e2cce0b76625927eb0c7d90efaa3b56ab
treec1249fdc9831c9bec2b12d079ffa9cf07079bd2d
parent727cec1fedddc85e8c8d6fe8a2f32584f9d0f25a
PM / devfreq: Change return type of devfreq_set_freq_table()

This patch changes the return type of devfreq_set_freq_table()
from 'void' to 'int' in order to check whether it fails or not.

And This patch just removes the 'devfreq' prefix and the description
of function. Because the helper functions are only used by the devfreq.

Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
drivers/devfreq/devfreq.c