Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1339917
| From | David Miller <davem@davemloft.net> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] netcp: fix typo in netcp_setup_tc |
| Date | 2016-02-22 22:00 +0100 |
| Message-ID | <r55Kj-2Wr-37@gated-at.bofh.it> (permalink) |
| References | <r55Ki-2Wr-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
From: Arnd Bergmann <arnd@arndb.de>
Date: Mon, 22 Feb 2016 21:50:39 +0100
> A change to the prototype of netcp_setup_tc() missed a '*'
> character, which broke compilation of hte netcp driver:
>
> drivers/net/ethernet/ti/netcp_core.c: In function 'netcp_setup_tc':
> drivers/net/ethernet/ti/netcp_core.c:1839:31: error: invalid type argument of '->' (have 'struct tc_to_netdev')
> drivers/net/ethernet/ti/netcp_core.c:1872:19: error: initialization from incompatible pointer type [-Werror=incompatible-pointer-types]
>
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
> Fixes: 16e5cc647173 ("net: rework setup_tc ndo op to consume general tc operand")
Should be fixed in my net-next tree already.
Thanks.
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH] netcp: fix typo in netcp_setup_tc Arnd Bergmann <arnd@arndb.de> - 2016-02-22 22:00 +0100 Re: [PATCH] netcp: fix typo in netcp_setup_tc David Miller <davem@davemloft.net> - 2016-02-22 22:00 +0100
csiph-web