RE: [PATCH] wireless: Convert mwifiex/pcie to dev_pm_ops fromlegacy pm ops
From: Bing Zhao
Date: Tue Jul 02 2013 - 15:11:11 EST
Hi Hauke,
Thanks for your comments.
>
> @@ -213,7 +227,7 @@ static void mwifiex_pcie_remove(struct pci_dev *pdev)
>
> if (user_rmmod) {
>
> #ifdef CONFIG_PM
>
> if (adapter->is_suspended)
>
> - mwifiex_pcie_resume(pdev);
>
> + __mwifiex_pcie_resume(pdev);
>
>
You could use mwifiex_pcie_resume(&pdev->dev) here and then the extra
>
function __mwifiex_pcie_resume() is not needed any more.
That makes more sense.
Thanks,
Bing
--
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/