devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Chanwoo Choi <cw00.choi@samsung.com>
To: Rob Herring <robh@kernel.org>, MyungJoo Ham <myungjoo.ham@samsung.com>
Cc: linux-kernel@vger.kernel.org, devicetree@vger.kernel.org,
	Kyungmin Park <kyungmin.park@samsung.com>,
	linux-pm@vger.kernel.org
Subject: Re: [PATCH] devfreq: Convert to using %pOF instead of full_name
Date: Wed, 19 Jul 2017 10:38:17 +0900	[thread overview]
Message-ID: <596EB809.7050605@samsung.com> (raw)
In-Reply-To: <20170718214339.7774-17-robh@kernel.org>

Hi,

On 2017년 07월 19일 06:42, Rob Herring wrote:
> Now that we have a custom printf format specifier, convert users of
> full_name to use %pOF instead. This is preparation to remove storing
> of the full path string for each node.
> 
> Signed-off-by: Rob Herring <robh@kernel.org>
> Cc: Chanwoo Choi <cw00.choi@samsung.com>
> Cc: MyungJoo Ham <myungjoo.ham@samsung.com>
> Cc: Kyungmin Park <kyungmin.park@samsung.com>
> Cc: linux-pm@vger.kernel.org
> ---
>  drivers/devfreq/devfreq-event.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/devfreq/devfreq-event.c b/drivers/devfreq/devfreq-event.c
> index 8648b32ebc89..d67242d87744 100644
> --- a/drivers/devfreq/devfreq-event.c
> +++ b/drivers/devfreq/devfreq-event.c
> @@ -277,8 +277,8 @@ int devfreq_event_get_edev_count(struct device *dev)
>  						sizeof(u32));
>  	if (count < 0) {
>  		dev_err(dev,
> -			"failed to get the count of devfreq-event in %s node\n",
> -			dev->of_node->full_name);
> +			"failed to get the count of devfreq-event in %pOF node\n",
> +			dev->of_node);
>  		return count;
>  	}
> 

Reviewed-by: Chanwoo Choi <cw00.choi@samsung.com>

-- 
Best Regards,
Chanwoo Choi
Samsung Electronics

  reply	other threads:[~2017-07-19  1:38 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CGME20170718214411epcas2p43fc1475c80245889737ba9e731497e38@epcas2p4.samsung.com>
2017-07-18 21:42 ` [PATCH] devfreq: Convert to using %pOF instead of full_name Rob Herring
2017-07-19  1:38   ` Chanwoo Choi [this message]
     [not found]   ` <CGME20170718214411epcas2p43fc1475c80245889737ba9e731497e38@epcms1p2>
     [not found]     ` <596EB809.7050605-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2017-07-20  5:25       ` MyungJoo Ham
2017-08-23 18:09         ` Rob Herring
2017-08-23 23:18           ` Chanwoo Choi
2017-08-24 14:23             ` Rob Herring
2017-08-25  1:26               ` Chanwoo Choi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=596EB809.7050605@samsung.com \
    --to=cw00.choi@samsung.com \
    --cc=devicetree@vger.kernel.org \
    --cc=kyungmin.park@samsung.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=myungjoo.ham@samsung.com \
    --cc=robh@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).