Hi Shashank,

[auto build test ERROR on drm/drm-next]
[also build test ERROR on v4.12]
[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/Shashank-Sharma/drm-edid-rename-macro-for-CEA-extended-tag/20170704-114852
base:   git://people.freedesktop.org/~airlied/linux.git drm-next
config: x86_64-randconfig-x015-07041133 (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 error/warnings (new ones prefixed by >>):

>> drivers/gpu//drm/drm_edid.c:3812:2: error: expected identifier or '(' before 
>> 'return'
     return false;
     ^~~~~~
>> drivers/gpu//drm/drm_edid.c:3813:1: error: expected identifier or '(' before 
>> '}' token
    }
    ^
   drivers/gpu//drm/drm_edid.c: In function 'drm_rgb_quant_range_selectable':
>> drivers/gpu//drm/drm_edid.c:3810:2: warning: control reaches end of non-void 
>> function [-Wreturn-type]
     }
     ^

vim +3812 drivers/gpu//drm/drm_edid.c

0f73912d1 Shashank Sharma 2017-07-03  3804                  
cea_db_payload_len(&edid_ext[i]) == 2 &&
0f73912d1 Shashank Sharma 2017-07-03  3805                  
cea_db_extended_tag(&edid_ext[i]) ==
0f73912d1 Shashank Sharma 2017-07-03  3806                      
EXT_VIDEO_CAPABILITY_BLOCK)
b1edd6a6e Ville Syrjälä   2013-01-17  3807                      
DRM_DEBUG_KMS("CEA VCDB 0x%02x\n", edid_ext[i + 2]);
b1edd6a6e Ville Syrjälä   2013-01-17  3808                      return 
edid_ext[i + 2] & EDID_CEA_VCDB_QS;
b1edd6a6e Ville Syrjälä   2013-01-17  3809              }
b1edd6a6e Ville Syrjälä   2013-01-17 @3810      }
b1edd6a6e Ville Syrjälä   2013-01-17  3811  
b1edd6a6e Ville Syrjälä   2013-01-17 @3812      return false;
b1edd6a6e Ville Syrjälä   2013-01-17 @3813  }
b1edd6a6e Ville Syrjälä   2013-01-17  3814  
EXPORT_SYMBOL(drm_rgb_quant_range_selectable);
b1edd6a6e Ville Syrjälä   2013-01-17  3815  
c8127cf08 Ville Syrjälä   2017-01-11  3816  /**

:::::: The code at line 3812 was first introduced by commit
:::::: b1edd6a6ecd436af33f210a5c75e0249466fd200 drm/edid: Add 
drm_rgb_quant_range_selectable()

:::::: TO: Ville Syrjälä <ville.syrj...@linux.intel.com>
:::::: CC: Daniel Vetter <daniel.vet...@ffwll.ch>

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

Attachment: .config.gz
Description: application/gzip

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

Reply via email to