commit | a0f3266f4bf966eefd02123d3aacdf7df8d67c1c | [log] [tgz] |
---|---|---|
author | Alexander Lobakin <alobakin@marvell.com> | Mon Jul 06 18:38:18 2020 +0300 |
committer | David S. Miller <davem@davemloft.net> | Mon Jul 06 13:18:55 2020 -0700 |
tree | e3fd278c4ad1f60f8557bf753db5f5a2182872c0 | |
parent | 1451e467a3a5a26f3133214078d198cc6ade1ae0 [diff] |
net: qed: use ptr shortcuts to dedup field accessing in some parts Use intermediate pointers instead of multiple dereferencing to simplify and beautify parts of code that will be addressed in the next commit. Signed-off-by: Alexander Lobakin <alobakin@marvell.com> Signed-off-by: Igor Russkikh <irusskikh@marvell.com> Signed-off-by: David S. Miller <davem@davemloft.net>