diff options
author | Christophe JAILLET <christophe.jaillet@wanadoo.fr> | 2024-08-08 14:14:22 +0200 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2024-08-30 18:42:38 +0200 |
commit | 2451a285ee5e8c83bedcee7f4962c828b890becf (patch) | |
tree | 17bbd054a6511a729d772fafcd893407e02f9be7 /drivers/usb/cdns3 | |
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 <christophe.jaillet@wanadoo.fr>
Reviewed-by: Andi Shyti <andi.shyti@linux.intel.com>
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'drivers/usb/cdns3')
0 files changed, 0 insertions, 0 deletions