commit | 2580b1ceb7b0969e33e08ce17929aad3667bdd36 | [log] [tgz] |
---|---|---|
author | Markus Elfring <elfring@users.sourceforge.net> | Sat Jan 06 21:50:20 2018 +0100 |
committer | Geert Uytterhoeven <geert+renesas@glider.be> | Mon Feb 12 15:27:58 2018 +0100 |
tree | 0a85dd938cb849ef3bbdb238299b3909642606c4 | |
parent | edc4e74d96982ef9304dc7239a294e3e0ac2144a [diff] |
pinctrl: sh-pfc: Use seq_puts() in sh_pfc_pin_dbg_show() A string which did not contain a data format specification should be put into a sequence. Thus use the corresponding function "seq_puts". This issue was detected by using the Coccinelle software. Signed-off-by: Markus Elfring <elfring@users.sourceforge.net> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>