commit | 5ac61d26b8baff5b2e5a9f3dc1ef63297e4b53e7 | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@ingics.com> | Wed Apr 13 08:54:30 2016 +0800 |
committer | Wolfram Sang <wsa@kernel.org> | Sun Oct 29 20:30:07 2023 +0100 |
tree | 1aca0b1b472c85598d08572784b66c8329dcfdc5 | |
parent | d9387eda56a49b2cf4487b3c4f12500190e6bb88 [diff] |
i2c: sun6i-p2wi: Prevent potential division by zero Make sure we don't OOPS in case clock-frequency is set to 0 in a DT. The variable set here is later used as a divisor. Signed-off-by: Axel Lin <axel.lin@ingics.com> Acked-by: Boris Brezillon <boris.brezillon@free-electrons.com> Signed-off-by: Wolfram Sang <wsa@kernel.org>