Re: [PATCH] DMA: ppc4xx: remove DRIVER_ATTR() usage

2017-07-21 Thread Vinod Koul
On Wed, Jul 19, 2017 at 02:56:28PM +0200, Greg KH wrote:
> From: Greg Kroah-Hartman 
> 
> It's better to be explicit and use the DRIVER_ATTR_RW() and
> DRIVER_ATTR_RO() macros when defining a driver's sysfs file.
> 
> Bonus is this fixes up a checkpatch.pl warning.

Applied after fixing the subsystem name, thanks

-- 
~Vinod


Re: [PATCH] DMA: ppc4xx: remove DRIVER_ATTR() usage

2017-07-21 Thread Vinod Koul
On Wed, Jul 19, 2017 at 02:56:28PM +0200, Greg KH wrote:
> From: Greg Kroah-Hartman 
> 
> It's better to be explicit and use the DRIVER_ATTR_RW() and
> DRIVER_ATTR_RO() macros when defining a driver's sysfs file.
> 
> Bonus is this fixes up a checkpatch.pl warning.

Applied after fixing the subsystem name, thanks

-- 
~Vinod