PM / devfreq: Remove unneeded conditional statement
authorChanwoo Choi <cw00.choi@samsung.com>
Mon, 23 Oct 2017 01:32:11 +0000 (10:32 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Thu, 26 Oct 2017 08:08:40 +0000 (17:08 +0900)
commitccc4c3bcbb7de3cb61723f7584c01c3bde6cfbbb
tree5c35e3aa7b502cb40294d0abede18e7cb75ef7f1
parent416b46a2627ae8de1466f90787dede6f9c5a1bfa
PM / devfreq: Remove unneeded conditional statement

The freq_table array of each devfreq device is always not NULL.
In result, it is unneeded to check whether profile->freq_table
is NULL or not.

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