diff options
author | Lee Jones <lee.jones@linaro.org> | 2020-06-25 10:39:11 +0200 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2020-07-06 09:32:05 +0200 |
commit | ec46855df33973ac6ed646e26cc8977b97cc7cd0 (patch) | |
tree | 61b441e8d1865508a6d7ac68e7edbe2cb4cfc386 /mm | |
parent | mfd: rave-sp: Fix mistake in 'struct rave_sp_deframer's kerneldoc (diff) | |
download | linux-ec46855df33973ac6ed646e26cc8977b97cc7cd0.tar.xz linux-ec46855df33973ac6ed646e26cc8977b97cc7cd0.zip |
mfd: sprd-sc27xx-spi: Fix-up bogus IRQ register offset and mask setting
'i / pdata->num_irqs' always equates to 0 and 'BIT(i % pdata->num_irqs)'
always ends up being BIT(i) here, so make that clearer in the code. If
the code base needs to support more than 32 IRQs in the future, this will
have to be reworked, but lets just keep it simple for as long as we can.
This fixes the following W=1 warning:
drivers/mfd/sprd-sc27xx-spi.c:255 sprd_pmic_probe() debug: sval_binop_unsigned: divide by zero
Cc: Orson Zhai <orsonzhai@gmail.com>
Cc: Chunyan Zhang <zhang.lyra@gmail.com>
Suggested-by: Baolin Wang <baolin.wang7@gmail.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Reviewed-by: Baolin Wang <baolin.wang7@gmail.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'mm')
0 files changed, 0 insertions, 0 deletions