Re: [PATCH v1] farsync: use generic power management

From: David Miller
Date: Tue Jul 28 2020 - 15:57:07 EST


From: Vaibhav Gupta <vaibhavgupta40@xxxxxxxxx>
Date: Tue, 28 Jul 2020 09:58:10 +0530

> The .suspend() and .resume() callbacks are not defined for this driver.
> Still, their power management structure follows the legacy framework. To
> bring it under the generic framework, simply remove the binding of
> callbacks from "struct pci_driver".
>
> Change code indentation from space to tab in "struct pci_driver".
>
> Signed-off-by: Vaibhav Gupta <vaibhavgupta40@xxxxxxxxx>

Applied.