lkml.org 
[lkml]   [2015]   [Nov]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCHv5 3/3] drm: bridge: anx78xx: Add anx78xx driver support by analogix.
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
[unhandled content-type:application/octet-stream]
\
 
 \ /
  Last update: 2015-11-16 02:21    [W:1.370 / U:0.092 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site