commit | 43b82f56c1ae6d7cd74103189d93fd7bb5a32eea | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu May 13 19:39:28 2021 -0600 |
committer | Tom Rini <trini@konsulko.com> | Thu Jul 15 18:42:05 2021 -0400 |
tree | 4387dc3d1047b804a793860a6c450dcfb1a18b45 | |
parent | 4410086a187059f6504b809da6b8001f4c073abd [diff] |
pinctrl: Avoid coverity warning when checking width The width is set up in single_of_to_plat() and can only have three values, all of which result in a non-zero divisor. Add a comment. Signed-off-by: Simon Glass <sjg@chromium.org> Reported-by: Coverity (CID: 331154)