From: Jingoo Han Date: Wed, 19 Mar 2014 00:26:17 +0000 (+0900) Subject: regulator: dbx500: use seq_puts() instead of seq_printf() X-Git-Tag: v3.15-rc1~148^2~5^8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80c48e72f831bbfea4bf58d8e78ff2b18c90ec17;p=pandora-kernel.git regulator: dbx500: use seq_puts() instead of seq_printf() For a constant format without additional arguments, use seq_puts() instead of seq_printf(). Also, it fixes the following checkpatch warning. WARNING: Prefer seq_puts to seq_printf Signed-off-by: Jingoo Han Signed-off-by: Mark Brown --- Reading git-diff-tree failed