summaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/utils.py
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2024-09-09 07:42:45 +0300
committerAndi Shyti <andi.shyti@kernel.org>2024-09-10 01:36:49 +0300
commit1bae7589228fd942d8133c0a8660078ba421203d (patch)
tree5585d91235e3faea4ebd3668948d26f69b790faf /scripts/gdb/linux/utils.py
parentc9e8f5a553d05fcbb2bfa7635581ebcbcd2b234a (diff)
downloadlinux-1bae7589228fd942d8133c0a8660078ba421203d.tar.xz
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/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions