Sachin Kamat wrote: > > exynos_cpufreq_scale function returns signed value which was > assigned to an unsigned variable and checked for negative value which > is always false. Hence make it signed. > > Fixes the following smatch warnings: > drivers/cpufreq/exynos-cpufreq.c:83 exynos_cpufreq_scale() warn: > unsigned 'old_index' is never less than zero. > drivers/cpufreq/exynos-cpufreq.c:89 exynos_cpufreq_scale() warn: > unsigned 'index' is never less than zero. > > Signed-off-by: Sachin Kamat <sachin.kamat@xxxxxxxxxx> > --- > Rafael J. Wysocki suggested these 2 patches be taken through the > Samsung tree. > --- > drivers/cpufreq/exynos-cpufreq.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > Looks OK to me, applied. Thanks. - Kukjin -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html