commit | 51578b9b1f6a9299e36fcf1554ff8cdf79372bd3 | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@ingics.com> | Fri Aug 23 15:49:00 2013 +0800 |
committer | Linus Walleij <linus.walleij@linaro.org> | Wed Aug 28 13:34:18 2013 +0200 |
tree | bfe08914d7c86ef1ce2182f2e05b1a3e0cbb8f8f | |
parent | dff5a99c2ae537cad2fc4df85ef3330a4ddf2c67 [diff] |
pinctrl: rockchip: Simplify pin_to_bank equation If (b->pin_base + b->nr_pins - 1) < pin is true, pin >= b->pin_base is always true because b->nr_pins is never less than 0. Thus this patch simplify the equation. Signed-off-by: Axel Lin <axel.lin@ingics.com> Acked-by: Heiko Stuebner <heiko@sntech.de> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>