[PATCH v3 3/3] staging: wilc1000: Change interface wilc_mq_send to wilc_enqueue_cmd

kbuild test robot lkp at intel.com
Wed Jun 22 11:06:35 UTC 2016


Hi,

[auto build test ERROR on staging/staging-testing]
[also build test ERROR on v4.7-rc4 next-20160622]
[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/Binoy-Jayan/staging-wilc1000-Replace-semaphores/20160622-180605
config: x86_64-randconfig-s4-06221810 (attached as .config)
compiler: gcc-6 (Debian 6.1.1-1) 6.1.1 20160430
reproduce:
        # save the attached .config to linux build tree
        make ARCH=x86_64 

All error/warnings (new ones prefixed by >>):

>> drivers/staging/wilc1000/host_interface.c:237:29: error: storage size of 'hif_msg_q' isn't known
    static struct message_queue hif_msg_q;
                                ^~~~~~~~~
>> drivers/staging/wilc1000/host_interface.c:237:29: warning: 'hif_msg_q' defined but not used [-Wunused-variable]

vim +237 drivers/staging/wilc1000/host_interface.c

e0a12217 Leo Kim         2015-10-12  231  };
c5c77ba1 Johnny Kim      2015-05-11  232  
d27afda3 Hugo Camboulive 2016-01-04  233  static struct host_if_drv *terminated_handle;
0e1af73d Arnd Bergmann   2015-11-16  234  bool wilc_optaining_ip;
1608c403 Arnd Bergmann   2015-11-16  235  static u8 P2P_LISTEN_STATE;
ba916a45 Binoy Jayan     2016-06-22  236  static struct workqueue_struct *hif_workqueue;
5ba89554 Chaehyun Lim    2016-01-21 @237  static struct message_queue hif_msg_q;
04dd9a42 Chaehyun Lim    2016-03-23  238  static struct completion hif_thread_comp;
2bb02584 Chaehyun Lim    2016-03-23  239  static struct completion hif_driver_comp;
613eaa39 Chaehyun Lim    2016-03-14  240  static struct completion hif_wait_response;

:::::: The code at line 237 was first introduced by commit
:::::: 5ba89554047425734caf59f4b744fc7c79c7b055 staging: wilc1000: rename struct WILC_MsgQueueHandle

:::::: TO: Chaehyun Lim <chaehyun.lim at gmail.com>
:::::: CC: Greg Kroah-Hartman <gregkh at linuxfoundation.org>

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation
-------------- next part --------------
A non-text attachment was scrubbed...
Name: .config.gz
Type: application/octet-stream
Size: 28525 bytes
Desc: not available
URL: <http://driverdev.linuxdriverproject.org/pipermail/driverdev-devel/attachments/20160622/1d84ff2f/attachment-0001.obj>


More information about the devel mailing list