lkml.org 
[lkml]   [2013]   [Mar]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH v2 1/2] extcon: max8997: use dev_err() instead of pr_err()
On 03/19/2013 02:30 PM, Jingoo Han wrote:
> dev_err() is more preferred than pr_err().
>
> Signed-off-by: Jingoo Han <jg1.han@samsung.com>
> ---
> No Changes since v1:
>
> drivers/extcon/extcon-max8997.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/extcon/extcon-max8997.c b/drivers/extcon/extcon-max8997.c
> index 69641bc..20772ad 100644
> --- a/drivers/extcon/extcon-max8997.c
> +++ b/drivers/extcon/extcon-max8997.c
> @@ -646,7 +646,7 @@ static void max8997_muic_detect_cable_wq(struct work_struct *work)
>
> ret = max8997_muic_detect_dev(info);
> if (ret < 0)
> - pr_err("failed to detect cable type\n");
> + dev_err(info->dev, "failed to detect cable type\n");
> }
>
> static int max8997_muic_probe(struct platform_device *pdev)
Applied it. Thanks.

Chanwoo Choi


\
 
 \ /
  Last update: 2013-03-19 11:21    [W:0.049 / U:1.144 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site