From: jroedel@suse.de (Joerg Roedel)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2] iommu/arm-smmu: Make use of phandle iterators in device-tree device-tree parsing
Date: Mon, 4 Apr 2016 16:25:14 +0200 [thread overview]
Message-ID: <20160404142514.GH24141@suse.de> (raw)
In-Reply-To: <201603232325.ah8fLwoH%fengguang.wu@intel.com>
On Wed, Mar 23, 2016 at 11:18:25PM +0800, kbuild test robot wrote:
> drivers/iommu/arm-smmu.c: In function 'arm_smmu_device_dt_probe':
> drivers/iommu/arm-smmu.c:1746:29: error: storage size of 'it' isn't known
> struct of_phandle_iterator it;
> ^
> >> drivers/iommu/arm-smmu.c:1815:2: error: implicit declaration of function 'of_for_each_phandle' [-Werror=implicit-function-declaration]
> of_for_each_phandle(&it, err, dev->of_node,
> ^
> >> drivers/iommu/arm-smmu.c:1816:46: error: expected ';' before '{' token
> "mmu-masters", "#stream-id-cells", 0) {
> ^
> drivers/iommu/arm-smmu.c:1746:29: warning: unused variable 'it' [-Wunused-variable]
> struct of_phandle_iterator it;
> ^
> drivers/iommu/arm-smmu.c: At top level:
> drivers/iommu/arm-smmu.c:473:12: warning: 'register_smmu_master' defined but not used [-Wunused-function]
> static int register_smmu_master(struct arm_smmu_device *smmu,
> ^
> cc1: some warnings being treated as errors
Looks like this patch got compiled without the other patch in this set,
right? Because the config builds perfectly fine here for me.
Joerg
next prev parent reply other threads:[~2016-04-04 14:25 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-22 17:58 [PATCH 0/6] of: Implement iterator for phandles Joerg Roedel
2016-03-22 17:58 ` [PATCH 1/6] of: Introduce struct of_phandle_iterator Joerg Roedel
2016-03-22 17:58 ` [PATCH 2/6] of: Move phandle walking to of_phandle_iterator_next() Joerg Roedel
2016-03-22 17:58 ` [PATCH 3/6] of: Remove counting special case from __of_parse_phandle_with_args() Joerg Roedel
2016-03-22 17:58 ` [PATCH 4/6] of: Introduce of_for_each_phandle() helper macro Joerg Roedel
2016-03-22 17:58 ` [PATCH 5/6] of: Introduce of_phandle_iterator_args() Joerg Roedel
2016-03-22 17:58 ` [PATCH 6/6] iommu/arm-smmu: Make use of phandle iterators in device-tree parsing Joerg Roedel
2016-03-22 18:38 ` Rob Herring
2016-03-23 11:47 ` [PATCH v2] iommu/arm-smmu: Make use of phandle iterators in device-tree " Joerg Roedel
2016-03-23 15:18 ` kbuild test robot
2016-04-04 14:25 ` Joerg Roedel [this message]
2016-03-22 18:53 ` [PATCH 6/6] iommu/arm-smmu: Make use of phandle iterators in " Robin Murphy
2016-03-23 11:51 ` Joerg Roedel
2016-03-29 17:20 ` Will Deacon
2016-03-29 17:22 ` Will Deacon
2016-04-04 14:24 ` Joerg Roedel
2016-03-22 18:45 ` [PATCH 0/6] of: Implement iterator for phandles Rob Herring
2016-03-23 11:54 ` Joerg Roedel
2016-03-23 20:37 ` Rob Herring
2016-04-04 15:47 ` Joerg Roedel
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=20160404142514.GH24141@suse.de \
--to=jroedel@suse.de \
--cc=linux-arm-kernel@lists.infradead.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).