CC: [email protected]
TO: "Guido Günther" <[email protected]>
CC: Sam Ravnborg <[email protected]>
CC: Robert Chiras <[email protected]>
CC: Fabio Estevam <[email protected]>

tree:   git://anongit.freedesktop.org/drm/drm-misc drm-misc-next
head:   44cfc6233447cb2cf47aeb99457de35826a363f6
commit: 44cfc6233447cb2cf47aeb99457de35826a363f6 [2/2] drm/bridge: Add NWL MIPI 
DSI host controller support
:::::: branch date: 4 days ago
:::::: commit date: 4 days ago

If you fix the issue, kindly add following tag as appropriate
Reported-by: kbuild test robot <[email protected]>


cppcheck warnings: (new ones prefixed by >>)

>> drivers/gpu/drm/bridge/nwl-dsi.c:51:14: warning: struct member 
>> 'nwl_dsi_plat_clk_config::id' is never used. [unusedStructMember]
    const char *id;
                ^
>> drivers/gpu/drm/bridge/nwl-dsi.c:52:14: warning: struct member 
>> 'nwl_dsi_plat_clk_config::clk' is never used. [unusedStructMember]
    struct clk *clk;
                ^
>> drivers/gpu/drm/bridge/nwl-dsi.c:53:7: warning: struct member 
>> 'nwl_dsi_plat_clk_config::present' is never used. [unusedStructMember]
    bool present;
         ^

git remote add drm-drm-misc git://anongit.freedesktop.org/drm/drm-misc
git remote update drm-drm-misc
git checkout 44cfc6233447cb2cf47aeb99457de35826a363f6
vim +51 drivers/gpu/drm/bridge/nwl-dsi.c

44cfc6233447cb Guido Günther 2020-04-09  49  
44cfc6233447cb Guido Günther 2020-04-09  50  struct nwl_dsi_plat_clk_config {
44cfc6233447cb Guido Günther 2020-04-09 @51     const char *id;
44cfc6233447cb Guido Günther 2020-04-09 @52     struct clk *clk;
44cfc6233447cb Guido Günther 2020-04-09 @53     bool present;
44cfc6233447cb Guido Günther 2020-04-09  54  };
44cfc6233447cb Guido Günther 2020-04-09  55  

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/[email protected]
_______________________________________________
kbuild mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to