commit | 46df32ef2f8226434b06b43c51cbd94268b343d9 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@gmail.com> | Sat May 23 14:26:16 2020 +0200 |
committer | Marek Vasut <marek.vasut+renesas@gmail.com> | Thu Jun 18 19:34:40 2020 +0200 |
tree | 9c7821e6fdc71911c181f39f1751e80143253360 | |
parent | 81bdeea2fe62277922a6bd735f936b168352a49d [diff] |
net: eepro100: Replace purge_tx_ring() with memset() This function zeroes-out all the descriptors in the TX ring, use memset() instead. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>