summaryrefslogtreecommitdiffstats
path: root/drivers/mfd/db8500-prcmu.c
diff options
context:
space:
mode:
authorJoe Perches2017-02-17 08:11:36 +0100
committerLee Jones2017-04-27 10:25:05 +0200
commit81d30eda98fd8e29a6e002f6938cb746f75ca14f (patch)
tree20e1c0a6ab8109cf17b7e21557e8b058f19b14f4 /drivers/mfd/db8500-prcmu.c
parentmfd: mt6397: Align the placement at which the mfd_cell of LED is defined (diff)
downloadkernel-qcow2-linux-81d30eda98fd8e29a6e002f6938cb746f75ca14f.tar.gz
kernel-qcow2-linux-81d30eda98fd8e29a6e002f6938cb746f75ca14f.tar.xz
kernel-qcow2-linux-81d30eda98fd8e29a6e002f6938cb746f75ca14f.zip
mfd: Convert remaining uses of pr_warning to pr_warn
To enable eventual removal of pr_warning This makes pr_warn use consistent for drivers/mfd Prior to this patch, there were 4 uses of pr_warning and 9 uses of pr_warn in drivers/mfd Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd/db8500-prcmu.c')
-rw-r--r--drivers/mfd/db8500-prcmu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/db8500-prcmu.c b/drivers/mfd/db8500-prcmu.c
index ca38a6a14110..5c739ac752e8 100644
--- a/drivers/mfd/db8500-prcmu.c
+++ b/drivers/mfd/db8500-prcmu.c
@@ -2377,7 +2377,7 @@ static void ack_dbb_wakeup(void)
static inline void print_unknown_header_warning(u8 n, u8 header)
{
- pr_warning("prcmu: Unknown message header (%d) in mailbox %d.\n",
+ pr_warn("prcmu: Unknown message header (%d) in mailbox %d\n",
header, n);
}