aboutsummaryrefslogtreecommitdiff
path: root/rust/helpers
diff options
context:
space:
mode:
authorChristophe JAILLET <[email protected]>2024-08-08 14:14:22 +0200
committerHelge Deller <[email protected]>2024-08-30 18:42:38 +0200
commit2451a285ee5e8c83bedcee7f4962c828b890becf (patch)
tree17bbd054a6511a729d772fafcd893407e02f9be7 /rust/helpers
parent33ae421ad2b546e472e36d73cf13f2b3b386f713 (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 'rust/helpers')
0 files changed, 0 insertions, 0 deletions