]> Pileus Git - ~andy/linux/commit
pwm: use seq_puts() instead of seq_printf()
authorJingoo Han <jg1.han@samsung.com>
Thu, 19 Dec 2013 04:31:24 +0000 (13:31 +0900)
committerThierry Reding <thierry.reding@gmail.com>
Fri, 20 Dec 2013 09:53:41 +0000 (10:53 +0100)
commitadcba1e3a5d97d93f2277bcf38ae1eb2c91fc840
tree8cffed28ea02d2d9d7e92ab78ed8a43115960345
parent6a6833563f58d6f162bef5753b3a053d51a61a56
pwm: use seq_puts() instead of seq_printf()

For a constant format without additional arguments, use seq_puts()
instead of seq_printf(). Also, the following checkpatch warning is
fixed.

  WARNING: Prefer seq_puts to seq_printf

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
drivers/pwm/core.c