From: Srivatsa S. Bhat Date: Fri, 6 Sep 2013 19:54:06 +0000 (+0530) Subject: cpufreq: Use signed type for 'ret' variable, to store negative error values X-Git-Tag: v3.12-rc1~35^2~1^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5136fa56582beadb7fa71eb30bc79148bfcba5c1;p=pandora-kernel.git cpufreq: Use signed type for 'ret' variable, to store negative error values There are places where the variable 'ret' is declared as unsigned int and then used to store negative return values such as -EINVAL. Fix them by declaring the variable as a signed quantity. Signed-off-by: Srivatsa S. Bhat Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed