diff options
author | Dong Aisheng <[email protected]> | 2018-04-28 03:01:50 +0800 |
---|---|---|
committer | Linus Walleij <[email protected]> | 2018-05-02 14:36:31 +0200 |
commit | 7d6989ade916c37227e3054445b3fc3eebacb5d6 (patch) | |
tree | c5aad2a0aeb943b06aa73519a0c0eae51be63a27 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 37c1628fb321f17df3a1affbb9959cc0c5c5f271 (diff) |
pinctrl: imx: use seq_puts() instead of seq_printf()
For a constant format without additional arguments, use seq_puts()
instead of seq_printf(). Also, it fixes the following checkpatch
warning.
WARNING: Prefer seq_puts to seq_printf
+ seq_printf(s, "N/A");
WARNING: Prefer seq_puts to seq_printf
+ seq_printf(s, "\n");
Cc: Linus Walleij <[email protected]>
Cc: Shawn Guo <[email protected]>
Cc: Fabio Estevam <[email protected]>
Cc: Stefan Agner <[email protected]>
Cc: Pengutronix Kernel Team <[email protected]>
Signed-off-by: Dong Aisheng <[email protected]>
Signed-off-by: Linus Walleij <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions