linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [linux-review:UPDATE-20200828-163247/Mauro-Carvalho-Chehab/Revert-wlcore-Adding-suppoprt-for-IGTK-key-in-wlcore-driver/20200826-135603 1/1] drivers/net/wireless/ti/wlcore/main.c:1095:6: sparse: sparse: symbol 'wl1271_check_aes_cmac_cypher' was not declared. Should it be
@ 2020-09-02 21:53 kernel test robot
  2020-09-02 21:53 ` [RFC PATCH] Revert "wlcore: wl1271_check_aes_cmac_cypher() can be static kernel test robot
  0 siblings, 1 reply; 2+ messages in thread
From: kernel test robot @ 2020-09-02 21:53 UTC (permalink / raw)
  To: Mauro Carvalho Chehab; +Cc: kbuild-all, linux-media, 0day robot

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

tree:   https://github.com/0day-ci/linux/commits/UPDATE-20200828-163247/Mauro-Carvalho-Chehab/Revert-wlcore-Adding-suppoprt-for-IGTK-key-in-wlcore-driver/20200826-135603
head:   9a1c3d292f30a65943bd5b02dd91e7f23b9b1665
commit: 9a1c3d292f30a65943bd5b02dd91e7f23b9b1665 [1/1] Revert "wlcore: Adding suppoprt for IGTK key in wlcore driver"
config: i386-randconfig-s002-20200902 (attached as .config)
compiler: gcc-9 (Debian 9.3.0-15) 9.3.0
reproduce:
        # apt-get install sparse
        # sparse version: v0.6.2-191-g10164920-dirty
        git checkout 9a1c3d292f30a65943bd5b02dd91e7f23b9b1665
        # save the attached .config to linux build tree
        make W=1 C=1 CF='-fdiagnostic-prefix -D__CHECK_ENDIAN__' ARCH=i386 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>


sparse warnings: (new ones prefixed by >>)

>> drivers/net/wireless/ti/wlcore/main.c:1095:6: sparse: sparse: symbol 'wl1271_check_aes_cmac_cypher' was not declared. Should it be static?
   drivers/net/wireless/ti/wlcore/main.c:644:34: sparse: sparse: context imbalance in 'wlcore_irq_locked' - different lock contexts for basic block
   drivers/net/wireless/ti/wlcore/main.c:701:9: sparse: sparse: context imbalance in 'wlcore_irq' - different lock contexts for basic block

Please review and possibly fold the followup patch.

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 40269 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [RFC PATCH] Revert "wlcore: wl1271_check_aes_cmac_cypher() can be static
  2020-09-02 21:53 [linux-review:UPDATE-20200828-163247/Mauro-Carvalho-Chehab/Revert-wlcore-Adding-suppoprt-for-IGTK-key-in-wlcore-driver/20200826-135603 1/1] drivers/net/wireless/ti/wlcore/main.c:1095:6: sparse: sparse: symbol 'wl1271_check_aes_cmac_cypher' was not declared. Should it be kernel test robot
@ 2020-09-02 21:53 ` kernel test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2020-09-02 21:53 UTC (permalink / raw)
  To: Mauro Carvalho Chehab; +Cc: kbuild-all, linux-media, 0day robot


Signed-off-by: kernel test robot <lkp@intel.com>
---
 main.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/wireless/ti/wlcore/main.c b/drivers/net/wireless/ti/wlcore/main.c
index 090692f4f9e1d..7197ffef07fb1 100644
--- a/drivers/net/wireless/ti/wlcore/main.c
+++ b/drivers/net/wireless/ti/wlcore/main.c
@@ -1092,7 +1092,7 @@ static int wl12xx_chip_wakeup(struct wl1271 *wl, bool plt)
 	return ret;
 }
 
-bool wl1271_check_aes_cmac_cypher(struct wl1271 *wl)
+static bool wl1271_check_aes_cmac_cypher(struct wl1271 *wl)
 {
 	int ver[5] = { };
 	int ret;

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-09-02 21:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-02 21:53 [linux-review:UPDATE-20200828-163247/Mauro-Carvalho-Chehab/Revert-wlcore-Adding-suppoprt-for-IGTK-key-in-wlcore-driver/20200826-135603 1/1] drivers/net/wireless/ti/wlcore/main.c:1095:6: sparse: sparse: symbol 'wl1271_check_aes_cmac_cypher' was not declared. Should it be kernel test robot
2020-09-02 21:53 ` [RFC PATCH] Revert "wlcore: wl1271_check_aes_cmac_cypher() can be static kernel test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).