]> git.baikalelectronics.ru Git - kernel.git/commit
Input: use seq_puts() in input_devices_seq_show()
authorMarkus Elfring <elfring@users.sourceforge.net>
Wed, 10 May 2017 00:49:59 +0000 (17:49 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Wed, 10 May 2017 21:39:34 +0000 (14:39 -0700)
commit6e45739dbe7d4692a44d4648775bf45e4fabbda6
treecbc0e16a435a1d1574c47eb81446fe8e0064280c
parent7c2fe8433af764ea666314ff980b328aca78c730
Input: use seq_puts() in input_devices_seq_show()

Use seq_puts() when printing a string which does not contain a data format
specification.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/input.c