commit | d4430426b6d135d6d3fc550be660055793185e0d | [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 | 73f35e0b156c771333d449ca86b99600d094d37f [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>