Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1269795

Re: [PATCHv5 3/3] drm: bridge: anx78xx: Add anx78xx driver support by analogix.

From kbuild test robot <lkp@intel.com>
Newsgroups linux.kernel
Subject Re: [PATCHv5 3/3] drm: bridge: anx78xx: Add anx78xx driver support by analogix.
Date 2015-11-16 02:10 +0100
Message-ID <qvgsV-Bj-5@gated-at.bofh.it> (permalink)
References <qulkZ-6e2-5@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


[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 linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

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

csiph-web