diff options
| author | 2014-01-21 20:16:43 +0100 | |
|---|---|---|
| committer | 2014-02-12 15:31:49 -0500 | |
| commit | 6f7343d4c4682b52943993decc8678084a35514d (patch) | |
| tree | f55d319247b18ec90bcfe5fcf72054341928c992 /tools/perf/scripts/python/sctop.py | |
| parent | ath9k: Remove unnecessary check (diff) | |
rtl818x: change misleading names for few register bit definitions
In rtl8180/rtl8187 drivers, few register bit definitions have
names of form FOOBAR_SHIFT, suggesting they should be used as
shift offset, for example
reg |= (1 << ENABLE_FOO_SHIFT).
However they are actually defined as (1 << x) and thus they are
used (correctly) like
reg |= ENABLE_FOO_SHIFT;
This patch kills the misleading _SHIFT suffix.
Signed-off-by: andrea merello <andrea.merello@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'tools/perf/scripts/python/sctop.py')
0 files changed, 0 insertions, 0 deletions
