Re: [PATCH] platform/x86: ISST: Use dev_get_drvdata

2019-07-25 Thread Andy Shevchenko
On Wed, Jul 24, 2019 at 3:23 PM Chuhong Yuan wrote: > > Instead of using to_pci_dev + pci_get_drvdata, > use dev_get_drvdata to make code simpler. > Pushed to my review and testing queue, thanks! > Signed-off-by: Chuhong Yuan > --- > drivers/platform/x86/intel_speed_select_if/isst_if_mmio.c |

[PATCH] platform/x86: ISST: Use dev_get_drvdata

2019-07-24 Thread Chuhong Yuan
Instead of using to_pci_dev + pci_get_drvdata, use dev_get_drvdata to make code simpler. Signed-off-by: Chuhong Yuan --- drivers/platform/x86/intel_speed_select_if/isst_if_mmio.c | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --git