commit | 53937ff7bc776aac647d0b3004d7cd21861b0f78 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon Jun 29 15:03:58 2020 +0200 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Tue Jun 30 15:44:03 2020 +0200 |
tree | 78d930bf19fff69889416a46a3f6bad515893b10 | |
parent | 91d5b70273267bbae6f5d1fb4cf3510bd31ef9ff [diff] |
xsk: Remove a double pool->dev assignment in xp_dma_map ->dev is already assigned at the top of the function, remove the duplicate one at the end. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Link: https://lore.kernel.org/bpf/20200629130359.2690853-4-hch@lst.de