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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: .config.gz
Type: application/octet-stream
Size: 21738 bytes
Desc: not available
URL: 
<http://lists.freedesktop.org/archives/dri-devel/attachments/20151116/4e299a9d/attachment-0001.obj>

Reply via email to