[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <201602172303.ReBGrDL1%fengguang.wu@intel.com>
Date: Wed, 17 Feb 2016 23:16:34 +0800
From: kbuild test robot <lkp@...el.com>
To: Geliang Tang <geliangtang@....com>
Cc: kbuild-all@...org, Larry Finger <Larry.Finger@...inger.net>,
Jes Sorensen <Jes.Sorensen@...hat.com>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Julian Calaby <julian.calaby@...il.com>,
devel@...verdev.osuosl.org, Geliang Tang <geliangtang@....com>,
linux-wireless@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v4 1/3] staging: rtl8723au: use list_for_each_entry*()
Hi Geliang,
[auto build test ERROR on staging/staging-testing]
[also build test ERROR on v4.5-rc4 next-20160217]
[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/Geliang-Tang/staging-rtl8723au-use-list_for_each_entry/20160217-220638
config: i386-randconfig-s1-201607 (attached as .config)
reproduce:
# save the attached .config to linux build tree
make ARCH=i386
Note: the linux-review/Geliang-Tang/staging-rtl8723au-use-list_for_each_entry/20160217-220638 HEAD 495811a52aba181af76c3baf57da3d81a79c2fe8 builds fine.
It only hurts bisectibility.
All errors (new ones prefixed by >>):
drivers/staging/rtl8723au/core/rtw_recv.c: In function 'rtw_free_recvframe23a_queue':
>> drivers/staging/rtl8723au/core/rtw_recv.c:203:2: error: 'plist' undeclared (first use in this function)
plist = phead->next;
^
drivers/staging/rtl8723au/core/rtw_recv.c:203:2: note: each undeclared identifier is reported only once for each function it appears in
vim +/plist +203 drivers/staging/rtl8723au/core/rtw_recv.c
3437e0c7 Geliang Tang 2016-02-17 197 struct recv_frame *hdr, *ptmp;
3437e0c7 Geliang Tang 2016-02-17 198 struct list_head *phead;
5e93f352 Larry Finger 2014-03-28 199
5e93f352 Larry Finger 2014-03-28 200 spin_lock(&pframequeue->lock);
5e93f352 Larry Finger 2014-03-28 201
5e93f352 Larry Finger 2014-03-28 202 phead = get_list_head(pframequeue);
5e93f352 Larry Finger 2014-03-28 @203 plist = phead->next;
5e93f352 Larry Finger 2014-03-28 204
3437e0c7 Geliang Tang 2016-02-17 205 list_for_each_entry_safe(hdr, ptmp, phead, list)
c5779a0d Jes Sorensen 2014-05-09 206 rtw_free_recvframe23a(hdr);
:::::: The code at line 203 was first introduced by commit
:::::: 5e93f35209578fcabfa855e427354195e54b491f staging: r8723au: Add source files for new driver - part 1
:::::: TO: Larry Finger <Larry.Finger@...inger.net>
:::::: CC: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
Download attachment ".config.gz" of type "application/octet-stream" (31170 bytes)
Powered by blists - more mailing lists