From: Sascha Hauer <s.hauer@pengutronix.de>
To: Trent Piepho <tpiepho@kymetacorp.com>
Cc: barebox <barebox@lists.infradead.org>
Subject: Re: [PATCH 1/2] OF: fix typo in for_each_compatible_node()
Date: Tue, 5 Jan 2016 08:49:05 +0100 [thread overview]
Message-ID: <20160105074905.GM13058@pengutronix.de> (raw)
In-Reply-To: <1451934086.26955.274.camel@rtred1test09.kymeta.local>
On Mon, Jan 04, 2016 at 07:01:21PM +0000, Trent Piepho wrote:
> Missing closing parenthesis.
>
> Signed-off-by: Trent Piepho <tpiepho@kymetacorp.com>
Applied, thanks.
BTW as long as the patches you fixup are in the next branch you can
commit the fixes with --fixup. This allows me to squash the fixup into
the correct patch without much thinking.
Sascha
> ---
> include/of.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/of.h b/include/of.h
> index 18c92d7..75cc3c1 100644
> --- a/include/of.h
> +++ b/include/of.h
> @@ -647,7 +647,7 @@ static inline struct device_node *of_find_node_by_path_or_alias(
> dn = of_find_compatible_node(dn, type, compatible))
> /* Iterate over compatible nodes in default device tree */
> #define for_each_compatible_node(dn, type, compatible) \
> - for_each_compatible_node_from(dn, NULL, type, compatible
> + for_each_compatible_node_from(dn, NULL, type, compatible)
> static inline struct device_node *of_find_matching_node(
> struct device_node *from,
> const struct of_device_id *matches)
> --
> 1.8.3.1
>
>
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next prev parent reply other threads:[~2016-01-05 7:49 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-19 0:13 [PATCH 1/2] of: Add for_each_compatible_node_from iterator Trent Piepho
2015-12-19 0:18 ` [PATCH 2/2] of: Add of_property_for_each_phandle() iterator Trent Piepho
2016-01-04 8:32 ` [PATCH 1/2] of: Add for_each_compatible_node_from iterator Sascha Hauer
2016-01-04 19:01 ` [PATCH 1/2] OF: fix typo in for_each_compatible_node() Trent Piepho
2016-01-05 7:49 ` Sascha Hauer [this message]
2016-01-04 19:02 ` [PATCH 2/2] OF: Fix fixups to fix Linux DT instead of Barebox DT Trent Piepho
2016-01-05 7:50 ` Sascha Hauer
2016-01-04 19:07 ` [PATCH 1/2] of: Add for_each_compatible_node_from iterator Trent Piepho
2016-01-05 7:58 ` Sascha Hauer
2016-01-05 8:05 ` Yegor Yefremov
2016-01-05 8:20 ` Sascha Hauer
2016-01-05 8:30 ` Yegor Yefremov
2016-01-05 18:58 ` Trent Piepho
2016-01-07 7:34 ` Sascha Hauer
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=20160105074905.GM13058@pengutronix.de \
--to=s.hauer@pengutronix.de \
--cc=barebox@lists.infradead.org \
--cc=tpiepho@kymetacorp.com \
/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