From: khilman@ti•com (Kevin Hilman)
To: linux-arm-kernel@lists•infradead.org
Subject: [PATCH 2/4] ARM: OMAP2+: omap_device: Replace dev_warn by dev_dbg in omap_device_build_from_dt
Date: Thu, 16 Feb 2012 10:13:03 -0800 [thread overview]
Message-ID: <87obsyhck0.fsf@ti.com> (raw)
In-Reply-To: <1329150625-8604-3-git-send-email-b-cousson@ti.com> (Benoit Cousson's message of "Mon, 13 Feb 2012 17:30:23 +0100")
Benoit Cousson <b-cousson@ti•com> writes:
> This warning becomes a little bit too verbose with the increase of
> device nodes in some DTS files.
>
> Change it to debug only.
>
> Signed-off-by: Benoit Cousson <b-cousson@ti•com>
> Cc: Kevin Hilman <khilman@ti•com>
Acked-by: Kevin Hilman <khilman@ti•com>
> ---
> arch/arm/plat-omap/omap_device.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/arch/arm/plat-omap/omap_device.c b/arch/arm/plat-omap/omap_device.c
> index 80d5e4c..125de17 100644
> --- a/arch/arm/plat-omap/omap_device.c
> +++ b/arch/arm/plat-omap/omap_device.c
> @@ -343,7 +343,7 @@ static int omap_device_build_from_dt(struct platform_device *pdev)
>
> oh_cnt = of_property_count_strings(node, "ti,hwmods");
> if (!oh_cnt || IS_ERR_VALUE(oh_cnt)) {
> - dev_warn(&pdev->dev, "No 'hwmods' to build omap_device\n");
> + dev_dbg(&pdev->dev, "No 'hwmods' to build omap_device\n");
> return -ENODEV;
> }
next prev parent reply other threads:[~2012-02-16 18:13 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-13 16:30 [PATCH 1/4] ARM: OMAP2+: board-generic: Remove un-needed .atag_offset for DT_MACHINE Benoit Cousson
2012-02-13 16:30 ` [PATCH 2/4] ARM: OMAP2+: omap_device: Replace dev_warn by dev_dbg in omap_device_build_from_dt Benoit Cousson
2012-02-16 18:13 ` Kevin Hilman [this message]
2012-02-13 16:30 ` [PATCH 3/4] ARM: OMAP2+: pm: Do not init statically the SR and voltage layer with DT Benoit Cousson
2012-02-13 16:30 ` [PATCH 4/4] ARM: OMAP1: kconfig: Enable IRQ_DOMAIN by default for OMAP1 platforms Benoit Cousson
2012-02-14 19:52 ` [PATCH 1/4] ARM: OMAP2+: board-generic: Remove un-needed .atag_offset for DT_MACHINE Tony Lindgren
2012-02-15 13:14 ` Cousson, Benoit
2012-02-15 18:13 ` Tony Lindgren
2012-02-16 11:00 ` Cousson, Benoit
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=87obsyhck0.fsf@ti.com \
--to=khilman@ti$(echo .)com \
--cc=linux-arm-kernel@lists$(echo .)infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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