diff options
author | Viresh Kumar <viresh.kumar@linaro.org> | 2013-10-02 12:43:17 +0400 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2013-10-16 02:50:23 +0400 |
commit | 6461f018e7ad08863b55c386bf694683e4e2e86e (patch) | |
tree | 6095679a7304663610868f402e4b55c2f0d5866b /fs/autofs4 | |
parent | 037ce8397d23b2f84ccfb879cf4b43277b0454e3 (diff) | |
download | linux-6461f018e7ad08863b55c386bf694683e4e2e86e.tar.xz |
cpufreq: rewrite cpufreq_driver->flags using shift operator
Currently cpufreq_driver's flags are defined directly using 0x1, 0x2, 0x4, 0x8,
etc.. As the list grows it becomes less readable..
Use bitwise shift operator << to generate these numbers for respective
positions.
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Reviewed-by: Srivatsa S. Bhat <srivatsa.bhat@linux.vnet.ibm.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'fs/autofs4')
0 files changed, 0 insertions, 0 deletions