diff options
-rw-r--r-- | drivers/gpio/gpio-pch.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-pch.c b/drivers/gpio/gpio-pch.c index 36919e77c495..ca9c7b051e07 100644 --- a/drivers/gpio/gpio-pch.c +++ b/drivers/gpio/gpio-pch.c | |||
@@ -241,7 +241,6 @@ static int pch_gpio_suspend(struct pci_dev *pdev, pm_message_t state) | |||
241 | struct pch_gpio *chip = pci_get_drvdata(pdev); | 241 | struct pch_gpio *chip = pci_get_drvdata(pdev); |
242 | 242 | ||
243 | pch_gpio_save_reg_conf(chip); | 243 | pch_gpio_save_reg_conf(chip); |
244 | pch_gpio_restore_reg_conf(chip); | ||
245 | 244 | ||
246 | ret = pci_save_state(pdev); | 245 | ret = pci_save_state(pdev); |
247 | if (ret) { | 246 | if (ret) { |