commit | 4020a8e4095332f6ac97a32abcb35db62e89af86 | [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 | d1c5f319762460f98e5ca9c976bb930cdf7bfe7d [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>