Re: [PATCH 1/2] netcp: try to reduce type confusion in descriptors

2015-12-11 Thread David Miller
From: Arnd Bergmann Date: Tue, 08 Dec 2015 16:32:27 +0100 > The netcp driver produces tons of warnings when CONFIG_LPAE is enabled > on ARM: > > drivers/net/ethernet/ti/netcp_core.c: In function 'netcp_tx_map_skb': > drivers/net/ethernet/ti/netcp_core.c:1084:13: warning: passing argument 1 of >

[PATCH 1/2] netcp: try to reduce type confusion in descriptors

2015-12-08 Thread Arnd Bergmann
The netcp driver produces tons of warnings when CONFIG_LPAE is enabled on ARM: drivers/net/ethernet/ti/netcp_core.c: In function 'netcp_tx_map_skb': drivers/net/ethernet/ti/netcp_core.c:1084:13: warning: passing argument 1 of 'set_words' from incompatible pointer type [-Wincompatible-pointer-type