commit | 29d45a642d4ea8de7e89b57f856046df7c3b219f | [log] [tgz] |
---|---|---|
author | Jason Wang <wangborong@cdjrlc.com> | Thu Jun 24 14:49:13 2021 +0800 |
committer | Linus Walleij <linus.walleij@linaro.org> | Fri Jul 23 17:47:00 2021 +0200 |
tree | e7e21d3535508c794e5c3e93546711d92eff526c | |
parent | 41353ae7a17ba63118ef364896309df3e3824390 [diff] |
pinctrl: bcm2835: Replace BUG with BUG_ON The if condition followed by BUG can be replaced to BUG_ON which is more compact and formal in linux source. Signed-off-by: Jason Wang <wangborong@cdjrlc.com> Acked-by: Florian Fainelli <f.fainelli@gmail.com> Link: https://lore.kernel.org/r/20210624064913.41788-1-wangborong@cdjrlc.com Signed-off-by: Linus Walleij <linus.walleij@linaro.org>