Re: [PATCH net-next v2 0/8] Use dev_get_drvdata where possible

2019-07-24 Thread David Miller
From: Chuhong Yuan Date: Wed, 24 Jul 2019 14:05:12 +0800 > These patches use dev_get_drvdata instead of > using to_pci_dev + pci_get_drvdata to make > code simpler where possible. > > Changelog: > > v1 -> v2: > - Change pci_set_drvdata to dev_set_drvdata > to keep consistency. Some of these

Re: [PATCH net-next v2 0/8] Use dev_get_drvdata where possible

2019-07-24 Thread Chuhong Yuan
On Wed, Jul 24, 2019 at 2:05 PM Chuhong Yuan wrote: > > These patches use dev_get_drvdata instead of > using to_pci_dev + pci_get_drvdata to make > code simpler where possible. > > Changelog: > > v1 -> v2: > - Change pci_set_drvdata to dev_set_drvdata > to keep consistency. > Hi all, I checked

[PATCH net-next v2 0/8] Use dev_get_drvdata where possible

2019-07-23 Thread Chuhong Yuan
These patches use dev_get_drvdata instead of using to_pci_dev + pci_get_drvdata to make code simpler where possible. Changelog: v1 -> v2: - Change pci_set_drvdata to dev_set_drvdata to keep consistency. Chuhong Yuan (8): net: 3com: 3c59x: Use dev_get_drvdata net: atheros: Use dev_get_drvda