Hi Christian,

[auto build test ERROR on net-next/master]
[also build test ERROR on v4.12-rc4 next-20170605]
[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/Christian-Lamparter/net-emac-fix-reset-timeout-with-AR8035-phy/20170606-113953
config: powerpc-allmodconfig (attached as .config)
compiler: powerpc64-linux-gnu-gcc (Debian 6.1.1-9) 6.1.1 20160705
reproduce:
        wget 
https://raw.githubusercontent.com/01org/lkp-tests/master/sbin/make.cross -O 
~/bin/make.cross
        chmod +x ~/bin/make.cross
        # save the attached .config to linux build tree
        make.cross ARCH=powerpc 

All errors (new ones prefixed by >>):

   drivers/net//ethernet/ibm/emac/core.c: In function 'emac_reset':
>> drivers/net//ethernet/ibm/emac/core.c:414:4: error: label 'do_retry' used 
>> but not defined
       goto do_retry;
       ^~~~

vim +/do_retry +414 drivers/net//ethernet/ibm/emac/core.c

   408                  return 0;
   409          } else {
   410                  if (emac_has_feature(dev, EMAC_FTR_460EX_PHY_CLK_FIX) &&
   411                      !try_internal_clock) {
   412                          /* do a retry with the internal clock */
   413                          try_internal_clock = true;
 > 414                          goto do_retry;
   415                  } else {
   416                          emac_report_timeout_error(dev, "reset timeout");
   417                          dev->reset_failed = 1;

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

Attachment: .config.gz
Description: application/gzip

Reply via email to