Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1339755

Re: [PATCH] netcp: use pointer to fix build fail

From David Miller <davem@davemloft.net>
Newsgroups linux.kernel
Subject Re: [PATCH] netcp: use pointer to fix build fail
Date 2016-02-22 18:50 +0100
Message-ID <r52Mq-VA-19@gated-at.bofh.it> (permalink)
References <r52t4-LR-37@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


From: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Date: Mon, 22 Feb 2016 22:55:43 +0530

> While building keystone_defconfig of arm we are getting build failure
> with the error:
 ...
> The callback of ndo_setup_tc should be:
> int (*ndo_setup_tc)(struct net_device *dev, u32 handle, __be16 protocol,
>                     struct tc_to_netdev *tc);
> 
> But we missed marking the last argument as a pointer.
> 
> Fixes: 16e5cc647173 ("net: rework setup_tc ndo op to consume general tc operand")
> CC: John Fastabend <john.r.fastabend@intel.com>
> Signed-off-by: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>

Applied, thanks.

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH] netcp: use pointer to fix build fail Sudip Mukherjee <sudipm.mukherjee@gmail.com> - 2016-02-22 18:30 +0100
  Re: [PATCH] netcp: use pointer to fix build fail David Miller <davem@davemloft.net> - 2016-02-22 18:50 +0100

csiph-web