commit | d4f40a1fb9838edef9c343ffe9a5009c41f20f6d | [log] [tgz] |
---|---|---|
author | Leon Romanovsky <leonro@nvidia.com> | Sat Sep 26 13:24:50 2020 +0300 |
committer | Jason Gunthorpe <jgg@nvidia.com> | Tue Sep 29 13:11:07 2020 -0300 |
tree | 39e243a16a8d059499dd8e50cc50cf1b0a05c640 | |
parent | 21c2fe94abb2abe894e6aabe6b4e84a255c8d339 [diff] |
RDMA/i40iw: Remove intermediate pointer that points to the same struct There is no real need to have an intermediate pointer for the same struct, remove it, and use struct directly. Link: https://lore.kernel.org/r/20200926102450.2966017-11-leon@kernel.org Acked-by: Shiraz Saleem <shiraz.saleem@intel.com> Signed-off-by: Leon Romanovsky <leonro@nvidia.com> Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>