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-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html