Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1269795 > unrolled thread
| Started by | kbuild test robot <lkp@intel.com> |
|---|---|
| First post | 2015-11-16 02:10 +0100 |
| Last post | 2015-11-16 02:10 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCHv5 3/3] drm: bridge: anx78xx: Add anx78xx driver support by analogix. kbuild test robot <lkp@intel.com> - 2015-11-16 02:10 +0100
| From | kbuild test robot <lkp@intel.com> |
|---|---|
| Date | 2015-11-16 02:10 +0100 |
| Subject | Re: [PATCHv5 3/3] drm: bridge: anx78xx: Add anx78xx driver support by analogix. |
| Message-ID | <qvgsV-Bj-5@gated-at.bofh.it> |
[Multipart message — attachments visible in raw view] — view raw
Hi Enric,
[auto build test ERROR on: robh/for-next]
[also build test ERROR on: v4.3 next-20151115]
[cannot apply to: drm/drm-next]
url: https://github.com/0day-ci/linux/commits/Enric-Balletbo-i-Serra/Add-initial-support-for-slimport-anx78xx/20151113-200502
base: https://git.kernel.org/pub/scm/linux/kernel/git/robh/linux for-next
config: i386-randconfig-h1-11160814 (attached as .config)
reproduce:
# save the attached .config to linux build tree
make ARCH=i386
All errors (new ones prefixed by >>):
drivers/gpu/drm/bridge/anx78xx/anx78xx_main.c: In function 'anx78xx_i2c_probe':
>> drivers/gpu/drm/bridge/anx78xx/anx78xx_main.c:203:17: error: 'struct drm_bridge' has no member named 'of_node'
anx78xx->bridge.of_node = client->dev.of_node;
^
vim +203 drivers/gpu/drm/bridge/anx78xx/anx78xx_main.c
197 anx78xx->pdata = devm_kzalloc(&client->dev,
198 sizeof(struct anx78xx_platform_data),
199 GFP_KERNEL);
200 if (!anx78xx->pdata)
201 return -ENOMEM;
202
> 203 anx78xx->bridge.of_node = client->dev.of_node;
204 anx78xx->bridge.funcs = &anx78xx_bridge_funcs;
205 ret = drm_bridge_add(&anx78xx->bridge);
206 if (ret < 0) {
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
Back to top | Article view | linux.kernel
csiph-web