Commit a40c2870 authored by Chuhong Yuan's avatar Chuhong Yuan Committed by Kalle Valo
Browse files

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: default avatarChuhong Yuan <hslester96@gmail.com>
Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
parent 8f9af630
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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