On Fri, Aug 17, 2012 at 02:01:42AM +0800, Fengguang Wu wrote: > Hi Daniel, > > FYI, kernel build failed on > > tree: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git char-misc-next > head: 877cdf3949cc67d00677a1dfb913001f324ac40d > commit: 5f3d1382e3ca39a54032784414f0ad4e7078b37e [17/29] onewire: w1-gpio: add DT bindings > config: i386-randconfig-k729 (attached as .config) > > All related error/warning messages: > > drivers/w1/masters/w1-gpio.c: In function 'w1_gpio_probe_dt': > drivers/w1/masters/w1-gpio.c:72:7: error: 'struct w1_gpio_platform_data' has no member named 'ext_pullup_enable_pin' > > vim +72 drivers/w1/masters/w1-gpio.c > 69 pdata->is_open_drain = 1; > 70 > 71 pdata->pin = of_get_gpio(np, 0); > > 72 pdata->ext_pullup_enable_pin = of_get_gpio(np, 1); > 73 pdev->dev.platform_data = pdata; > 74 > 75 return 0; > > --- > 0-DAY kernel build testing backend Open Source Technology Centre You aren't kidding about 0 day kernel build testing, very nice job. Yes, I got patches mixed up again, out of order, my fault, the patch after this one should fix the build, right? If not, please let us know. greg k-h -- To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html