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)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Thu, 26 Oct 2017 08:08:40 +0000 (17:08 +0900)
commitea572f816032bef9ff2641a439a45651a20eab73
tree23424a71a42b7430714b48bd7b49647abecbcb0a
parentf1d981eaecf8ace68ec1d15bf05f28a4887ea6fb
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