Re: [PATCH 1/6 v2] gpio-pch: Delete invalid "restore" code insuspend()

From: Grant Likely
Date: Wed Oct 05 2011 - 14:00:21 EST


Applied all 6, thanks.

g.

On Thu, Jul 21, 2011 at 09:19:54AM +0900, Tomoya MORINAGA wrote:
>
> Signed-off-by: Tomoya MORINAGA <tomoya-linux@xxxxxxxxxxxxxxx>
> ---
> 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 36919e7..ca9c7b0 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)
> 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) {
> --
> 1.7.4.4
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/