commit | 4e48978cd28ce51945c08650e5c5502ca41e1fcc | [log] [tgz] |
---|---|---|
author | Matteo Croce <mcroce@microsoft.com> | Tue Jul 07 15:19:13 2020 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue Jul 07 13:03:21 2020 -0700 |
tree | 5b5039830e3a61daa0590688ae25f8069a323470 | |
parent | b416268b7a819c0508ed0dc81461e513b110f2ac [diff] |
mvpp2: fix pointer check priv->page_pool is an array, so comparing against it will always return true. Do a meaningful check by checking priv->page_pool[0] instead. While at it, clear the page_pool pointers on deallocation, or when an allocation error happens during init. Reported-by: Colin Ian King <colin.king@canonical.com> Fixes: c2d6fe6163de ("mvpp2: XDP TX support") Signed-off-by: Matteo Croce <mcroce@microsoft.com> Signed-off-by: David S. Miller <davem@davemloft.net>