search for: yangbo

Displaying 1 result from an estimated 1 matches for "yangbo".

Did you mean: wangbo
2019 Dec 05
0
[vhost:linux-next 3/11] drivers/net/ethernet/freescale/dpaa/dpaa_eth.c:2622:20: error: initialization from incompatible pointer type
...paa_tx_timeout, ^~~~~~~~~~~~~~~ drivers/net/ethernet/freescale/dpaa/dpaa_eth.c:2622:20: note: (near initialization for 'dpaa_ops.ndo_tx_timeout') cc1: some warnings being treated as errors vim +2622 drivers/net/ethernet/freescale/dpaa/dpaa_eth.c 4664856e9ca2e5 Yangbo Lu 2018-06-25 2617 9ad1a37493338c Madalin Bucur 2016-11-15 2618 static const struct net_device_ops dpaa_ops = { 9ad1a37493338c Madalin Bucur 2016-11-15 2619 .ndo_open = dpaa_open, 9ad1a37493338c Madalin Bucur 2016-11-15 2620 .ndo_start_xmit = dpaa_start_xmit, 9ad1a3749333...