OSDN Git Service

Merge branch 'dpaa2-eth-misc-cleanup'
authorDavid S. Miller <davem@davemloft.net>
Mon, 7 Oct 2019 14:08:09 +0000 (10:08 -0400)
committerDavid S. Miller <davem@davemloft.net>
Mon, 7 Oct 2019 14:08:09 +0000 (10:08 -0400)
commit940f138215281b8bec14b60ffea53154a89645ec
tree52dccd870803855a4b530a6a7eb778bb97584ad3
parent3ea7af9e2caaec13a455974b04bfa357faf18baf
parentef17bd7cc0c8bb14ea532fb66a708b02c5a4297e
Merge branch 'dpaa2-eth-misc-cleanup'

Ioana Ciornei says:

====================
dpaa2-eth: misc cleanup

This patch set consists of some cleanup patches ranging from removing dead
code to fixing a minor issue in ethtool stats. Also, unbounded while loops
are removed from the driver by adding a maximum number of retries for DPIO
portal commands.

Changes in v2:
 - return -ETIMEDOUT where possible if the number of retries is hit
====================

Signed-off-by: David S. Miller <davem@davemloft.net>