]> git.baikalelectronics.ru Git - kernel.git/commit
m68k/amiga: Use seq_puts() in amiga_get_hardware_list()
authorMarkus Elfring <elfring@users.sourceforge.net>
Sun, 23 Oct 2016 20:55:03 +0000 (22:55 +0200)
committerGeert Uytterhoeven <geert@linux-m68k.org>
Fri, 9 Dec 2016 07:52:29 +0000 (08:52 +0100)
commit650f029b3f5213d259186d6f2eb4a3e330949e10
tree869927b78cc3b1c281ffca2c29e5b31c7c639212
parent4553453b087cc9ccca3c38741687a6932d6b443c
m68k/amiga: Use seq_puts() in amiga_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/amiga/config.c