forked from Minki/linux
pinctrl: samsung: Remove unused local variable
The local variable drvdata is not used in samsung_gpio_set_direction. Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com> Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
50842cbd34
commit
84b90e0cab
@ -566,13 +566,11 @@ static int samsung_gpio_set_direction(struct gpio_chip *gc,
|
||||
{
|
||||
const struct samsung_pin_bank_type *type;
|
||||
struct samsung_pin_bank *bank;
|
||||
struct samsung_pinctrl_drv_data *drvdata;
|
||||
void __iomem *reg;
|
||||
u32 data, mask, shift;
|
||||
|
||||
bank = gpiochip_get_data(gc);
|
||||
type = bank->type;
|
||||
drvdata = bank->drvdata;
|
||||
|
||||
reg = bank->pctl_base + bank->pctl_offset
|
||||
+ type->reg_offset[PINCFG_TYPE_FUNC];
|
||||
|
Loading…
Reference in New Issue
Block a user