Hi Marek, [auto build test ERROR on phy/next] [also build test ERROR on v4.7 next-20160802] [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/Marek-Szyprowski/phy-exynos-mipi-video-simplify-check-for-coupled-phy-status/20160802-170240 base: https://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git next config: sparc64-allyesconfig (attached as .config) compiler: sparc64-linux-gnu-gcc (Debian 5.4.0-6) 5.4.0 20160609 reproduce: wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # save the attached .config to linux build tree make.cross ARCH=sparc64 All errors (new ones prefixed by >>): drivers/phy/phy-exynos-mipi-video.c: In function '__set_phy_state': >> drivers/phy/phy-exynos-mipi-video.c:241:22: error: 'const struct exynos_mipi_phy_desc' has no member named 'coupled_id' state->phys[data->coupled_id].phy->power_count == 0) { ^ vim +241 drivers/phy/phy-exynos-mipi-video.c 235 u32 val; 236 237 spin_lock(&state->slock); 238 239 /* disable in PMU sysreg */ 240 if (!on && data->coupled_phy_id >= 0 && > 241 state->phys[data->coupled_id].phy->power_count == 0) { 242 regmap_read(state->regmaps[data->enable_map], data->enable_reg, 243 &val); 244 val &= ~data->enable_val; --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation