commit | f7be78e342341efc38959c19f930b48bb2d2118d | [log] [tgz] |
---|---|---|
author | Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> | Tue Aug 21 13:24:43 2012 +0900 |
committer | Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> | Tue Aug 21 15:00:34 2012 +0900 |
tree | b16764e6cee06e1402e8d6feadf7c80bcac6e87e | |
parent | e763f1af6db9c1122b0274c450bbf28ecbd3204c [diff] |
sh: tmu: Changed switch statement to shift operation Calculation of the bit position using switch statement can substitute shift operation using ffs. And removed unsed macro and variable. Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>