m68k/atari: Use seq_puts() in atari_get_hardware_list()
authorMarkus Elfring <elfring@users.sourceforge.net>
Sun, 23 Oct 2016 21:00:22 +0000 (23:00 +0200)
committerGeert Uytterhoeven <geert@linux-m68k.org>
Fri, 9 Dec 2016 07:52:29 +0000 (08:52 +0100)
commitad595b77c4a8553516a5d76c9ecf68a0ff13960e
tree0e81258890332583cc79d71c96ec05379244aca7
parentf2a0c53402990ee106a8ec329b00fc527d6e0773
m68k/atari: Use seq_puts() in atari_get_hardware_list()

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@linux-m68k.org>
arch/m68k/atari/config.c