From 80c48e72f831bbfea4bf58d8e78ff2b18c90ec17 Mon Sep 17 00:00:00 2001 From: Jingoo Han Date: Wed, 19 Mar 2014 09:26:17 +0900 Subject: [PATCH] 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-format-patch failed