From adcba1e3a5d97d93f2277bcf38ae1eb2c91fc840 Mon Sep 17 00:00:00 2001 From: Jingoo Han Date: Thu, 19 Dec 2013 13:31:24 +0900 Subject: [PATCH] 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-format-patch failed