qcom-cpufreq: Remove invalid frequency checking

cpufreq_frequency_table_target() isn't supposed to fail anymore,
so we can't really use it to check the table for valid
frequencies. Let's migrate to CPUFREQ_NEED_INITIAL_FREQ_CHECK to
force the frequency to something valid when the driver probes,
and also drop this check here that can't be done properly anymore.

Change-Id: I53d11f0644dac9be0e0ac7854dfc6306b9d28321
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
1 file changed