]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb6b8763fbb0fa2713a05ce1f4ace1ed29d1e90e0
tree0e81258890332583cc79d71c96ec05379244aca7
parent675eca3a832826b26c5f632d8f366ad5d94297aa
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