Re: [PATCH][next] powerpc/ps3: replace open-coded sysfs_emit function

2024-11-17 Thread Michael Ellerman
On Sat, 19 Oct 2024 15:13:49 +1300, Paulo Miguel Almeida wrote: > sysfs_emit() helper function should be used when formatting the value > to be returned to user space. > > This patch replaces open-coded sysfs_emit() in sysfs .show() callbacks > > Applied to powerpc/next. [1/1] powerpc/ps3: rep

Re: [PATCH][next] powerpc/ps3: replace open-coded sysfs_emit function

2024-10-21 Thread Geoff Levand
Hi Paulo, On 10/19/24 11:13, Paulo Miguel Almeida wrote: > sysfs_emit() helper function should be used when formatting the value > to be returned to user space. > > This patch replaces open-coded sysfs_emit() in sysfs .show() callbacks > > Link: https://github.com/KSPP/linux/issues/105 > Signed-

Re: [PATCH][next] powerpc/ps3: replace open-coded sysfs_emit function

2024-10-21 Thread Geert Uytterhoeven
On Sat, Oct 19, 2024 at 4:14 AM Paulo Miguel Almeida wrote: > sysfs_emit() helper function should be used when formatting the value > to be returned to user space. > > This patch replaces open-coded sysfs_emit() in sysfs .show() callbacks > > Link: https://github.com/KSPP/linux/issues/105 > Signed

[PATCH][next] powerpc/ps3: replace open-coded sysfs_emit function

2024-10-18 Thread Paulo Miguel Almeida
sysfs_emit() helper function should be used when formatting the value to be returned to user space. This patch replaces open-coded sysfs_emit() in sysfs .show() callbacks Link: https://github.com/KSPP/linux/issues/105 Signed-off-by: Paulo Miguel Almeida --- arch/powerpc/platforms/ps3/system-bus