We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e818cd3 commit 5539287Copy full SHA for 5539287
drivers/gpio/gpio-brcmstb.c
@@ -694,6 +694,8 @@ static int brcmstb_gpio_probe(struct platform_device *pdev)
694
/* not all ngpio lines are valid, will use bank width later */
695
gc->ngpio = MAX_GPIO_PER_BANK;
696
gc->offset = bank->id * MAX_GPIO_PER_BANK;
697
+ gc->request = gpiochip_generic_request;
698
+ gc->free = gpiochip_generic_free;
699
if (priv->parent_irq > 0)
700
gc->to_irq = brcmstb_gpio_to_irq;
701
0 commit comments