All of lore.kernel.org
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: per.forlin@gmail.com
Cc: kbuild-all@01.org, linux-wireless@vger.kernel.org,
	arend@broadcom.com, Per Forlin <per.forlin@gmail.com>
Subject: Re: [PATCH v3] brcmfmac: Decrease 8021x_cnt for dropped packets
Date: Wed, 13 Apr 2016 05:14:58 +0800	[thread overview]
Message-ID: <201604130518.M09V8sfn%fengguang.wu@intel.com> (raw)
In-Reply-To: <1460494118-2764-1-git-send-email-per.forlin@gmail.com>

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

Hi Per,

[auto build test WARNING on wireless-drivers-next/master]
[also build test WARNING on v4.6-rc3 next-20160412]
[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/per-forlin-gmail-com/brcmfmac-Decrease-8021x_cnt-for-dropped-packets/20160413-045216
base:   https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git master
config: xtensa-allyesconfig (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 warnings (new ones prefixed by >>):

   drivers/net/wireless/broadcom/brcm80211/brcmfmac/bcdc.c: In function 'brcmf_proto_bcdc_txdata':
>> drivers/net/wireless/broadcom/brcm80211/brcmfmac/bcdc.c:336:3: warning: passing argument 3 of 'brcmf_proto_bcdc_hdrpull' from incompatible pointer type
      brcmf_proto_bcdc_hdrpull(drvr, false, &ifidx, pktbuf);
      ^
   drivers/net/wireless/broadcom/brcm80211/brcmfmac/bcdc.c:277:1: note: expected 'struct sk_buff *' but argument is of type 'int *'
    brcmf_proto_bcdc_hdrpull(struct brcmf_pub *drvr, bool do_fws,
    ^
   drivers/net/wireless/broadcom/brcm80211/brcmfmac/bcdc.c:336:3: warning: passing argument 4 of 'brcmf_proto_bcdc_hdrpull' from incompatible pointer type
      brcmf_proto_bcdc_hdrpull(drvr, false, &ifidx, pktbuf);
      ^
   drivers/net/wireless/broadcom/brcm80211/brcmfmac/bcdc.c:277:1: note: expected 'struct brcmf_if **' but argument is of type 'struct sk_buff *'
    brcmf_proto_bcdc_hdrpull(struct brcmf_pub *drvr, bool do_fws,
    ^

vim +/brcmf_proto_bcdc_hdrpull +336 drivers/net/wireless/broadcom/brcm80211/brcmfmac/bcdc.c

   320	
   321		if (pktbuf->len == 0)
   322			return -ENODATA;
   323	
   324		*ifp = tmp_if;
   325		return 0;
   326	}
   327	
   328	static int
   329	brcmf_proto_bcdc_txdata(struct brcmf_pub *drvr, int ifidx, u8 offset,
   330				struct sk_buff *pktbuf)
   331	{
   332		int res;
   333		brcmf_proto_bcdc_hdrpush(drvr, ifidx, offset, pktbuf);
   334		res = brcmf_bus_txdata(drvr->bus_if, pktbuf);
   335		if (res < 0)
 > 336			brcmf_proto_bcdc_hdrpull(drvr, false, &ifidx, pktbuf);
   337		return res;
   338	}
   339	
   340	static void
   341	brcmf_proto_bcdc_configure_addr_mode(struct brcmf_pub *drvr, int ifidx,
   342					     enum proto_addr_mode addr_mode)
   343	{
   344	}

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

[-- Attachment #2: .config.gz --]
[-- Type: application/octet-stream, Size: 44869 bytes --]

  reply	other threads:[~2016-04-12 21:16 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-12 20:48 [PATCH v3] brcmfmac: Decrease 8021x_cnt for dropped packets per.forlin
2016-04-12 21:14 ` kbuild test robot [this message]
2016-04-12 21:28 ` kbuild test robot
  -- strict thread matches above, loose matches on Subject: below --
2016-04-12 19:17 per.forlin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201604130518.M09V8sfn%fengguang.wu@intel.com \
    --to=lkp@intel.com \
    --cc=arend@broadcom.com \
    --cc=kbuild-all@01.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=per.forlin@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.