diff options
author | 2024-09-09 04:42:45 +0000 | |
---|---|---|
committer | 2024-09-10 00:36:49 +0200 | |
commit | 1bae7589228fd942d8133c0a8660078ba421203d (patch) | |
tree | 5585d91235e3faea4ebd3668948d26f69b790faf /scripts/lib/kdoc/kdoc_parser.py | |
parent | i2c: imx: Convert comma to semicolon (diff) | |
download | wireguard-linux-1bae7589228fd942d8133c0a8660078ba421203d.tar.xz wireguard-linux-1bae7589228fd942d8133c0a8660078ba421203d.zip |
i2c: rcar: tidyup priv->devtype handling on rcar_i2c_probe()
rcar_i2c_probe() has priv->devtype operation, but handling (A) and (C)
in same place is more understandable ( (A) and (B) are independent).
(A) if (priv->devtype < I2C_RCAR_GEN3) {
...
}
(B) ...
(C) if (priv->devtype >= I2C_RCAR_GEN3) {
...
}
Let's merge it with if-else
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Signed-off-by: Andi Shyti <andi.shyti@kernel.org>
Diffstat (limited to 'scripts/lib/kdoc/kdoc_parser.py')
0 files changed, 0 insertions, 0 deletions