mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-19 10:44:14 +08:00
iwlegacy: Use dev_get_drvdata where possible
Instead of using to_pci_dev + pci_get_drvdata, use dev_get_drvdata to make code simpler. Signed-off-by: Chuhong Yuan <hslester96@gmail.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
This commit is contained in:
parent
8f9af6309b
commit
a40c28700d
@ -4942,8 +4942,7 @@ EXPORT_SYMBOL(il_add_beacon_time);
|
||||
static int
|
||||
il_pci_suspend(struct device *device)
|
||||
{
|
||||
struct pci_dev *pdev = to_pci_dev(device);
|
||||
struct il_priv *il = pci_get_drvdata(pdev);
|
||||
struct il_priv *il = dev_get_drvdata(device);
|
||||
|
||||
/*
|
||||
* This function is called when system goes into suspend state
|
||||
|
Loading…
Reference in New Issue
Block a user