]> git.karo-electronics.de Git - linux-beck.git/commit
cpufreq: cpufreq_add_dev: name goto labels based on what they do
authorViresh Kumar <viresh.kumar@linaro.org>
Wed, 8 Jul 2015 09:42:15 +0000 (15:12 +0530)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 16 Jul 2015 21:51:25 +0000 (23:51 +0200)
commit8101f99703048ceaa31c756abe1098d099249ad9
treedc761d394baa42e3e37b2082fd427b63ae24d561
parenteb0b3e78e6290e5a1bf970830939d5c8c9151892
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>
drivers/cpufreq/cpufreq.c