diff options
author | Christophe JAILLET <christophe.jaillet@wanadoo.fr> | 2024-07-21 09:23:46 +0200 |
---|---|---|
committer | Neeraj Upadhyay <neeraj.upadhyay@kernel.org> | 2024-08-14 17:06:01 +0530 |
commit | 4e39bb49c2de445848c2668d7f9fec6ba70724ae (patch) | |
tree | 582d937d5b73189b8a576eae7bfc813fcab472ef /drivers/fpga/xilinx-selectmap.c | |
parent | 3e49aea71d5bac93b892f954d14bc8070e4cc651 (diff) |
refscale: Optimize process_durations()
process_durations() is not a hot path, but there is no good reason to
iterate over and over the data already in 'buf'.
Using a seq_buf saves some useless strcat() and the need of a temp buffer.
Data is written directly at the correct place.
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Tested-by: "Paul E. McKenney" <paulmck@kernel.org>
Reviewed-by: Davidlohr Bueso <dave@stgolabs.net>
Signed-off-by: Neeraj Upadhyay <neeraj.upadhyay@kernel.org>
Diffstat (limited to 'drivers/fpga/xilinx-selectmap.c')
0 files changed, 0 insertions, 0 deletions