From: Jingoo Han Date: Thu, 19 Dec 2013 04:31:24 +0000 (+0900) Subject: pwm: use seq_puts() instead of seq_printf() X-Git-Tag: v3.14-rc1~84^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=adcba1e3a5d97d93f2277bcf38ae1eb2c91fc840;p=pandora-kernel.git 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 Signed-off-by: Thierry Reding --- Reading git-diff-tree failed