Skip to content

Commit

Permalink
gpio: moxart: Drop redundant code to set already initialized gpio_chi…
Browse files Browse the repository at this point in the history
…p fields

These fields are initialized by bgpio_init() with exactly the same settings
so remove the redundant code.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
  • Loading branch information
Axel Lin authored and Linus Walleij committed Mar 7, 2016
1 parent 214338e commit 0c27165
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/gpio/gpio-moxart.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,7 @@ static int moxart_gpio_probe(struct platform_device *pdev)
gc->label = "moxart-gpio";
gc->request = gpiochip_generic_request;
gc->free = gpiochip_generic_free;
gc->bgpio_data = gc->read_reg(gc->reg_set);
gc->base = 0;
gc->ngpio = 32;
gc->parent = dev;
gc->owner = THIS_MODULE;

ret = gpiochip_add_data(gc, NULL);
Expand Down

0 comments on commit 0c27165

Please sign in to comment.