Hi Michel, [auto build test ERROR on wireless-drivers-next/master] [cannot apply to v4.10-rc4 next-20170119] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Daniel-Golle/rt2x00-add-support-for-RT5350-WiSoC/20170120-090337 base: https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git master config: x86_64-allyesdebian (attached as .config) compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901 reproduce: # save the attached .config to linux build tree make ARCH=x86_64 All errors (new ones prefixed by >>): drivers/net/wireless/ralink/rt2x00/rt2800lib.c: In function 'rt2800_init_rfcsr_5350': >> drivers/net/wireless/ralink/rt2x00/rt2800lib.c:6581:21: error: 'struct hw_mode_spec' has no member named 'clk_is_20mhz' if (rt2x00dev->spec.clk_is_20mhz) ^ vim +6581 drivers/net/wireless/ralink/rt2x00/rt2800lib.c 6575 rt2800_rfcsr_write(rt2x00dev, 7, 0x00); 6576 rt2800_rfcsr_write(rt2x00dev, 8, 0xf1); 6577 rt2800_rfcsr_write(rt2x00dev, 9, 0x02); 6578 rt2800_rfcsr_write(rt2x00dev, 10, 0x53); 6579 rt2800_rfcsr_write(rt2x00dev, 11, 0x4a); 6580 rt2800_rfcsr_write(rt2x00dev, 12, 0x46); > 6581 if (rt2x00dev->spec.clk_is_20mhz) 6582 rt2800_rfcsr_write(rt2x00dev, 13, 0x1f); 6583 else 6584 rt2800_rfcsr_write(rt2x00dev, 13, 0x9f); --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation
Attachment:
.config.gz
Description: application/gzip