Re: [PATCH v1 2/2] smsc9420: use generic power management

2020-07-02 Thread Vaibhav Gupta
On Fri, 3 Jul 2020 at 01:38, kernel test robot wrote: > > Hi Vaibhav, > > Thank you for the patch! Perhaps something to improve: > > [auto build test WARNING on linus/master] > [also build test WARNING on v5.8-rc3 next-20200702] > [If your patch is applied to the wrong git tree, kindly drop us a n

Re: [PATCH v1 2/2] smsc9420: use generic power management

2020-07-02 Thread kernel test robot
Hi Vaibhav, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on linus/master] [also build test WARNING on v5.8-rc3 next-20200702] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use as documented in h

[PATCH v1 2/2] smsc9420: use generic power management

2020-07-02 Thread Vaibhav Gupta
Drivers should not use legacy power management as they have to manage power states and related operations, for the device, themselves. This driver was handling them with the help of PCI helper functions. With generic PM, all essentials will be handled by the PCI core. Driver needs to do only devic