diff options
author | 2015-10-16 15:14:55 +0200 | |
---|---|---|
committer | 2015-11-03 13:04:55 +0100 | |
commit | cebd6fbeb2fc9e7c4f10f3656fe9f1ba863a8549 (patch) | |
tree | b3de83f31f2f55d9df62a572b608c368a9a903fd /tools/perf/scripts/python/export-to-postgresql.py | |
parent | drm/sti: hdmi use of_get_i2c_adapter_by_node interface (diff) | |
download | wireguard-linux-cebd6fbeb2fc9e7c4f10f3656fe9f1ba863a8549.tar.xz wireguard-linux-cebd6fbeb2fc9e7c4f10f3656fe9f1ba863a8549.zip |
drm/sti: remove redundant sign extensions
arg is long int, so arg = (arg << 22) >> 22 makes the upper 22 bits of
arg equal to bit 9 (or bit 41). But we then mask away all but bits 0-9, so
this is entirely redundant.
Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Reviewed-by: Vincent Abriou <vincent.abriou@st.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions