Re: [PATCH 1/2] fpga: altera-cvp: remove DRIVER_ATTR() usage

2017-09-19 Thread Greg Kroah-Hartman
On Mon, Sep 18, 2017 at 03:40:13PM -0500, Alan Tull wrote: > On Mon, Sep 18, 2017 at 11:42 AM, Moritz Fischer wrote: > > On Mon, Sep 18, 2017 at 12:17:36PM +0200, Greg Kroah-Hartman wrote: > >> It's better to be explicit and use the DRIVER_ATTR_RW() macro when > >> defining a

Re: [PATCH 1/2] fpga: altera-cvp: remove DRIVER_ATTR() usage

2017-09-19 Thread Greg Kroah-Hartman
On Mon, Sep 18, 2017 at 03:40:13PM -0500, Alan Tull wrote: > On Mon, Sep 18, 2017 at 11:42 AM, Moritz Fischer wrote: > > On Mon, Sep 18, 2017 at 12:17:36PM +0200, Greg Kroah-Hartman wrote: > >> It's better to be explicit and use the DRIVER_ATTR_RW() macro when > >> defining a driver's sysfs file.

Re: [PATCH 1/2] fpga: altera-cvp: remove DRIVER_ATTR() usage

2017-09-18 Thread Alan Tull
On Mon, Sep 18, 2017 at 11:42 AM, Moritz Fischer wrote: > On Mon, Sep 18, 2017 at 12:17:36PM +0200, Greg Kroah-Hartman wrote: >> It's better to be explicit and use the DRIVER_ATTR_RW() macro when >> defining a driver's sysfs file. >> >> This is part of a series to drop

Re: [PATCH 1/2] fpga: altera-cvp: remove DRIVER_ATTR() usage

2017-09-18 Thread Alan Tull
On Mon, Sep 18, 2017 at 11:42 AM, Moritz Fischer wrote: > On Mon, Sep 18, 2017 at 12:17:36PM +0200, Greg Kroah-Hartman wrote: >> It's better to be explicit and use the DRIVER_ATTR_RW() macro when >> defining a driver's sysfs file. >> >> This is part of a series to drop DRIVER_ATTR() from the tree

Re: [PATCH 1/2] fpga: altera-cvp: remove DRIVER_ATTR() usage

2017-09-18 Thread Moritz Fischer
On Mon, Sep 18, 2017 at 12:17:36PM +0200, Greg Kroah-Hartman wrote: > It's better to be explicit and use the DRIVER_ATTR_RW() macro when > defining a driver's sysfs file. > > This is part of a series to drop DRIVER_ATTR() from the tree entirely. > > Cc: Alan Tull > Cc: Moritz

Re: [PATCH 1/2] fpga: altera-cvp: remove DRIVER_ATTR() usage

2017-09-18 Thread Moritz Fischer
On Mon, Sep 18, 2017 at 12:17:36PM +0200, Greg Kroah-Hartman wrote: > It's better to be explicit and use the DRIVER_ATTR_RW() macro when > defining a driver's sysfs file. > > This is part of a series to drop DRIVER_ATTR() from the tree entirely. > > Cc: Alan Tull > Cc: Moritz Fischer > Cc:

[PATCH 1/2] fpga: altera-cvp: remove DRIVER_ATTR() usage

2017-09-18 Thread Greg Kroah-Hartman
It's better to be explicit and use the DRIVER_ATTR_RW() macro when defining a driver's sysfs file. This is part of a series to drop DRIVER_ATTR() from the tree entirely. Cc: Alan Tull Cc: Moritz Fischer Cc: linux-f...@vger.kernel.org Signed-off-by: Greg

[PATCH 1/2] fpga: altera-cvp: remove DRIVER_ATTR() usage

2017-09-18 Thread Greg Kroah-Hartman
It's better to be explicit and use the DRIVER_ATTR_RW() macro when defining a driver's sysfs file. This is part of a series to drop DRIVER_ATTR() from the tree entirely. Cc: Alan Tull Cc: Moritz Fischer Cc: linux-f...@vger.kernel.org Signed-off-by: Greg Kroah-Hartman ---