dect
/
linux-2.6
Archived
13
0
Fork 0

gpio-pch: Delete invalid "restore" code in suspend()

Signed-off-by: Tomoya MORINAGA <tomoya-linux@dsn.okisemi.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
This commit is contained in:
Tomoya MORINAGA 2011-07-21 09:19:54 +09:00 committed by Grant Likely
parent b490fa0bf8
commit 829e8256f1
1 changed files with 0 additions and 1 deletions

View File

@ -241,7 +241,6 @@ static int pch_gpio_suspend(struct pci_dev *pdev, pm_message_t state)
struct pch_gpio *chip = pci_get_drvdata(pdev);
pch_gpio_save_reg_conf(chip);
pch_gpio_restore_reg_conf(chip);
ret = pci_save_state(pdev);
if (ret) {