commit | 051a58b4622f0e1b732acb750097c64bc00ddb93 | [log] [tgz] |
---|---|---|
author | Stephen Boyd <sboyd@codeaurora.org> | Thu Mar 06 22:44:46 2014 -0800 |
committer | Linus Walleij <linus.walleij@linaro.org> | Wed Mar 12 15:12:29 2014 +0100 |
tree | bf61f73068a9c67b52ae8b7e705c80a2179474e1 | |
parent | 1a0840ae0370a532dcd86cfb2be8d5a8e5877cd9 [diff] |
pinctrl: msm: Simplify msm_config_reg() and callers We don't need to check for a negative reg here because reg is always the same and is always non-negative. Also, collapse the switch statement down for the duplicate cases. Signed-off-by: Stephen Boyd <sboyd@codeaurora.org> Acked-by: Bjorn Andersson <bjorn.andersson@sonymobile.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>