aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/sta2x11-mfd.c
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2017-02-16 23:11:36 -0800
committerLee Jones <lee.jones@linaro.org>2017-04-27 09:25:05 +0100
commit81d30eda98fd8e29a6e002f6938cb746f75ca14f (patch)
tree20e1c0a6ab8109cf17b7e21557e8b058f19b14f4 /drivers/mfd/sta2x11-mfd.c
parentmfd: mt6397: Align the placement at which the mfd_cell of LED is defined (diff)
downloadlinux-dev-81d30eda98fd8e29a6e002f6938cb746f75ca14f.tar.xz
linux-dev-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/sta2x11-mfd.c')
-rw-r--r--drivers/mfd/sta2x11-mfd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/mfd/sta2x11-mfd.c b/drivers/mfd/sta2x11-mfd.c
index 9292202039ee..3aeafa228baf 100644
--- a/drivers/mfd/sta2x11-mfd.c
+++ b/drivers/mfd/sta2x11-mfd.c
@@ -60,8 +60,8 @@ static struct sta2x11_mfd *sta2x11_mfd_find(struct pci_dev *pdev)
struct sta2x11_mfd *mfd;
if (!pdev && !list_empty(&sta2x11_mfd_list)) {
- pr_warning("%s: Unspecified device, "
- "using first instance\n", __func__);
+ pr_warn("%s: Unspecified device, using first instance\n",
+ __func__);
return list_entry(sta2x11_mfd_list.next,
struct sta2x11_mfd, list);
}