Home
last modified time | relevance | path

Searched hist:"8101 f99703048ceaa31c756abe1098d099249ad9" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/cpufreq/
H A Dcpufreq.cdiff 8101f99703048ceaa31c756abe1098d099249ad9 Wed Jul 08 04:42:15 CDT 2015 Viresh Kumar <viresh.kumar@linaro.org> cpufreq: cpufreq_add_dev: name goto labels based on what they do

These labels are are named in two ways normally:
- Based on what caused to jump to such labels
- Based on what we do under such labels

We follow the first naming convention today and that leads to multiple
labels for doing the same work. Fix it by switching to the second way of
naming them.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>