mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 12:11:40 +00:00
gpio: pca953x: Remove unused PCAL953X_OUT_CONF from pcal6534_recalc_addr()
First of all, PCAL953X_OUT_CONF is not used in the driver. Second, it's not a per-bank register, it's a single for the chip and should be handled differently anyway. To avoid confusion, drop PCAL953X_OUT_CONF from pcal6534_recalc_addr(). Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
This commit is contained in:
parent
a87f901b59
commit
9eeaa60ead
@ -461,7 +461,6 @@ static u8 pcal6534_recalc_addr(struct pca953x_chip *chip, int reg, int off)
|
||||
case PCAL953X_PULL_SEL:
|
||||
case PCAL953X_INT_MASK:
|
||||
case PCAL953X_INT_STAT:
|
||||
case PCAL953X_OUT_CONF:
|
||||
pinctrl = ((reg & PCAL_PINCTRL_MASK) >> 1) + 0x20;
|
||||
break;
|
||||
case PCAL6524_INT_EDGE:
|
||||
|
Loading…
Reference in New Issue
Block a user