Am 02.06.21 um 03:53 schrieb Alex Deucher:
On Fri, May 28, 2021 at 3:18 AM YueHaibing wrote:
Use DEVICE_ATTR_RW() helper instead of plain DEVICE_ATTR(),
which makes the code a bit shorter and easier to read.
Signed-off-by: YueHaibing
I'm not convinced this really buys us anything other th
Am 02.06.21 um 03:53 schrieb Alex Deucher:
On Fri, May 28, 2021 at 3:18 AM YueHaibing wrote:
Use DEVICE_ATTR_RW() helper instead of plain DEVICE_ATTR(),
which makes the code a bit shorter and easier to read.
Signed-off-by: YueHaibing
I'm not convinced this really buys us anything other th
On Fri, May 28, 2021 at 3:18 AM YueHaibing wrote:
>
> Use DEVICE_ATTR_RW() helper instead of plain DEVICE_ATTR(),
> which makes the code a bit shorter and easier to read.
>
> Signed-off-by: YueHaibing
I'm not convinced this really buys us anything other than code churn,
but I don't have a partic