Search Linux Wireless

Re: [PATCH v4] rt2x00usb: Use usb anchor to manage URB

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Vishal,

[auto build test ERROR on wireless-drivers-next/master]
[also build test ERROR on v4.5 next-20160318]
[if your patch is applied to the wrong git tree, please drop us a note to help improving the system]

url:    https://github.com/0day-ci/linux/commits/Vishal-Thanki/rt2x00usb-Use-usb-anchor-to-manage-URB/20160319-000203
base:   https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git master
config: xtensa-allmodconfig (attached as .config)
reproduce:
        wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # save the attached .config to linux build tree
        make.cross ARCH=xtensa 

All errors (new ones prefixed by >>):

   drivers/net/wireless/ralink/rt2x00/rt2x00usb.c: In function 'rt2x00usb_kill_anchored_usb':
>> drivers/net/wireless/ralink/rt2x00/rt2x00usb.c:793:2: error: implicit declaration of function 'usb_kill_anchored_urb' [-Werror=implicit-function-declaration]
     usb_kill_anchored_urb(rt2x00dev->anchor);
     ^
   cc1: some warnings being treated as errors

vim +/usb_kill_anchored_urb +793 drivers/net/wireless/ralink/rt2x00/rt2x00usb.c

   787	
   788		return -ENOMEM;
   789	}
   790	
   791	static void rt2x00usb_kill_anchored_usb(struct rt2x00_dev *rt2x00dev)
   792	{
 > 793		usb_kill_anchored_urb(rt2x00dev->anchor);
   794	}
   795	
   796	int rt2x00usb_probe(struct usb_interface *usb_intf,

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

Attachment: .config.gz
Description: Binary data


[Index of Archives]     [Linux Host AP]     [ATH6KL]     [Linux Wireless Personal Area Network]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Linux Kernel]     [IDE]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite Hiking]     [MIPS Linux]     [ARM Linux]     [Linux RAID]

  Powered by Linux