commit | eaeadb50ea4d65e6fdbde7224b089dca6a41ff1e | [log] [tgz] |
---|---|---|
author | Andre Przywara <andre.przywara@arm.com> | Mon Jul 06 01:40:39 2020 +0100 |
committer | Jagan Teki <jagan@amarulasolutions.com> | Wed Oct 21 23:44:16 2020 +0530 |
tree | 138e4c487209aa81e4ee18cd13546bf0928b3884 | |
parent | ed909de5d3300f473e5ee5a520267c3e04b43b76 [diff] |
net: sun8i_emac: Drop unneeded cache invalidation before sending There is no reason to invalidate a TX descriptor before we are setting it up, as we will only write to a field. Remove the not needed invalidate_dcache_range() call. Signed-off-by: Andre Przywara <andre.przywara@arm.com> Acked-by: Maxime Ripard <mripard@kernel.org> Tested-by: Amit Singh Tomar <amittomer25@gmail.com> # Pine64+ Reviewed-by: Jagan Teki <jagan@amarulasolutions.com>