From: Arnd Bergmann
Date: Fri, 18 Dec 2015 15:18:08 +0100
> A cleanup patch I did was unfortunately wrong and introduced
> multiple serious bugs in the netcp rx processing, as indicated
> by these correct gcc warnings:
>
> drivers/net/ethernet/ti/netcp_core.c:776:14: warning: 'buf_ptr' may be us
A cleanup patch I did was unfortunately wrong and introduced
multiple serious bugs in the netcp rx processing, as indicated
by these correct gcc warnings:
drivers/net/ethernet/ti/netcp_core.c:776:14: warning: 'buf_ptr' may be used
uninitialized in this function [-Wuninitialized]
drivers/net/ether