commit | 4920ee6dcfaf9aec9f4bd14ce6c15a6a758a92ae | [log] [tgz] |
---|---|---|
author | Christian Marangi <ansuelsmth@gmail.com> | Tue Oct 24 20:30:16 2023 +0200 |
committer | Chanwoo Choi <cw00.choi@samsung.com> | Mon Nov 13 10:48:49 2023 +0900 |
tree | 4260e63e0dbb1774f8258dab03f3dc724a19b949 | |
parent | 08e23d05fa6dc4fc13da0ccf09defdd4bbc92ff4 [diff] |
PM / devfreq: Convert to use sysfs_emit_at() API Follow the advice of the Documentation/filesystems/sysfs.rst and show() should only use sysfs_emit() or sysfs_emit_at() when formatting the value to be returned to user space. Link: https://lore.kernel.org/all/20231024183016.14648-3-ansuelsmth@gmail.com/ Signed-off-by: Christian Marangi <ansuelsmth@gmail.com> Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>