From 1c9573a40c1d34494419f32560f28c763c504d79 Mon Sep 17 00:00:00 2001 From: Eduardo Valentin Date: Wed, 13 Nov 2013 14:11:09 -0400 Subject: [PATCH] thermal: fix cpu_cooling max_level behavior As per Documentation/thermal/sysfs-api.txt, max_level is an index, not a counter. Thus, in case a CPU has 3 valid frequencies, max_level is expected to be 2, for instance. The current code makes max_level == number of valid frequencies, which is bogus. This patch fix the cpu_cooling device by ranging max_level properly. Reported-by: Carlos Hernandez Signed-off-by: Eduardo Valentin Signed-off-by: Zhang Rui --- Reading git-format-patch failed