]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7f4c375e3e72d5f0ac3795f9451cc002e330b891
tree23424a71a42b7430714b48bd7b49647abecbcb0a
parent9ceea614f613827511af06d7fd86462712a32da1
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