All of lore.kernel.org
 help / color / mirror / Atom feed
* [drm-drm-misc:drm-misc-next 2/2] drivers/gpu/drm/bridge/nwl-dsi.c:51:14: warning: struct member 'nwl_dsi_plat_clk_config::id' is never used. [unusedStructMember]
@ 2020-04-14  0:45 kbuild test robot
  0 siblings, 0 replies; only message in thread
From: kbuild test robot @ 2020-04-14  0:45 UTC (permalink / raw)
  To: kbuild

[-- Attachment #1: Type: text/plain, Size: 1903 bytes --]

CC: kbuild-all(a)lists.01.org
TO: "Guido Günther" <agx@sigxcpu.org>
CC: Sam Ravnborg <sam@ravnborg.org>
CC: Robert Chiras <robert.chiras@nxp.com>
CC: Fabio Estevam <festevam@gmail.com>

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 <lkp@intel.com>


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/kbuild-all(a)lists.01.org

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-04-14  0:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-14  0:45 [drm-drm-misc:drm-misc-next 2/2] drivers/gpu/drm/bridge/nwl-dsi.c:51:14: warning: struct member 'nwl_dsi_plat_clk_config::id' is never used. [unusedStructMember] kbuild test robot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.