diff options
author | Christophe JAILLET <[email protected]> | 2024-08-08 14:14:22 +0200 |
---|---|---|
committer | Helge Deller <[email protected]> | 2024-08-30 18:42:38 +0200 |
commit | 2451a285ee5e8c83bedcee7f4962c828b890becf (patch) | |
tree | 17bbd054a6511a729d772fafcd893407e02f9be7 /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | 33ae421ad2b546e472e36d73cf13f2b3b386f713 (diff) |
fbdev: omapfb: Use sysfs_emit_at() to simplify code
This file already uses sysfs_emit(). So be consistent and also use
sysfs_emit_at().
Moreover, size is always < PAGE_SIZE because scnprintf() (and now
sysfs_emit_at()) returns the number of characters written not including the
trailing '\0'. So some tests can be removed.
This slightly simplifies the code and makes it more readable.
Signed-off-by: Christophe JAILLET <[email protected]>
Reviewed-by: Andi Shyti <[email protected]>
Signed-off-by: Helge Deller <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions